Skip to content

Commit

Permalink
Repair tests with multiprocess (issue with coverage)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn committed Oct 16, 2023
1 parent e0d2fad commit 6dfeae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _.env = { GSK_DISABLE_ANALYTICS = "True" }
test.cmd = "pytest -c pyproject.toml tests --cov=giskard --cov-report=xml --disable-warnings --no-header -vv --durations=0"
# for some reason github runners don't work when calling 'pdm test -m "not slow"'
test-fast.cmd = "pytest -n auto -m 'not slow and not concurrency' -c pyproject.toml tests --cov=giskard --cov-report=xml --disable-warnings --no-header -vv --durations=0"
test-worker.cmd = "pytest -m 'concurrency' -c pyproject.toml tests --cov=giskard --cov-report=xml --disable-warnings --no-header -vv --durations=0"
test-worker.cmd = "pytest -m 'concurrency' -c pyproject.toml tests --disable-warnings --no-header -vv --durations=0"
lint = "ruff giskard tests"
doc = "sphinx-build docs docs/_build/html"
watch-doc = "python -m sphinx_autobuild --watch giskard docs docs/_build/html"
Expand Down

0 comments on commit 6dfeae9

Please sign in to comment.