Skip to content
Snippets Groups Projects
Commit 0f94cd82 authored by Pelle Koster's avatar Pelle Koster
Browse files

tests are fast enough without xdist and it degrades the output

parent 6879fdd8
Branches
Tags
No related merge requests found
...@@ -10,7 +10,6 @@ concurrency = multiprocessing,thread ...@@ -10,7 +10,6 @@ concurrency = multiprocessing,thread
[testenv] [testenv]
deps = deps =
pytest-xdist
pytest-cov pytest-cov
flake8 flake8
cyclonedx-py cyclonedx-py
...@@ -18,7 +17,7 @@ deps = ...@@ -18,7 +17,7 @@ deps =
commands = commands =
coverage erase coverage erase
pytest -n auto --cov brian_dashboard_manager --cov-fail-under=75 --cov-report html --cov-report xml --cov-report term -p no:checkdocs pytest --cov brian_dashboard_manager --cov-fail-under=75 --cov-report html --cov-report xml --cov-report term -p no:checkdocs
flake8 flake8
sphinx-build -M html docs/source docs/build sphinx-build -M html docs/source docs/build
cyclonedx-py environment --output-format json -o bom.json cyclonedx-py environment --output-format json -o bom.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment