Skip to content

Commit

Permalink
fix: remove parallel test from pytes
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Oct 10, 2023
1 parent 0db273d commit 277a1b0
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 @@ -219,7 +219,7 @@ description: run unit tests
extras = tests
use_develop = true
commands =
pytest -n auto {posargs:test}
pytest {posargs:test}
[testenv:type]
allowlist_externals = pyright
Expand Down

0 comments on commit 277a1b0

Please sign in to comment.