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

[pyproject] Remove duplicated test entry

parent f2f3d6e1
No related branches found
No related tags found
No related merge requests found
Pipeline #92338 passed
......@@ -167,9 +167,6 @@ test-fast = { cmd = "pytest -sv --no-cov tests/", env = { PYTEST_ADDOPTS = "-m '
test-cov = "pytest -sv --cov-report 'html:html/coverage' tests/"
test-ci = "cp tests/data/mednet.toml $XDG_CONFIG_HOME && pytest -sv --cov-report 'html:html/coverage' --cov-report 'xml:coverage.xml' --junitxml 'junit-coverage.xml' --ignore '.profile' tests/"
[tool.pixi.feature.test.target.osx-arm64.tasks]
test-ci = "cp tests/data/mednet.toml $XDG_CONFIG_HOME && pytest -sv --cov-report 'html:html/coverage' --cov-report 'xml:coverage.xml' --junitxml 'junit-coverage.xml' --ignore '.profile' tests/"
[tool.pixi.feature.build.dependencies]
hatch = "*"
versioningit = "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment