Skip to content

Commit

Permalink
ci: fix pytest args
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Sep 4, 2023
1 parent 27a5812 commit 7e38eac
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 @@ -199,7 +199,7 @@ extras = tests
use_develop = true
commands =
pip install -r tests/requirements.txt
pytest
pytest -n auto
[testenv:type]
allowlist_externals = pyright
Expand Down

0 comments on commit 7e38eac

Please sign in to comment.