Skip to content
Snippets Groups Projects
Commit f14103cd authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Move into a flat structure to facilitate testing

parent fd809975
No related branches found
No related tags found
No related merge requests found
Pipeline #64947 passed
File moved
......@@ -61,6 +61,11 @@ error-config = "exposed.tests.data.doesnt_exist"
[tool.setuptools]
zip-safe = false
packages = [
"exposed",
"exposed.tests",
"exposed.tests.data",
]
[tool.setuptools.dynamic]
version = {file = "version.txt"}
......@@ -87,5 +92,4 @@ addopts = [
"--cov-report=html:html/coverage",
"--cov-report=xml:coverage.xml",
"--junitxml=junit-coverage.xml",
"--pyargs", "exposed",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment