Skip to content

Commit

Permalink
Call pytest indirectly (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelka committed Apr 1, 2023
1 parent f638e5f commit b690681
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 @@ -102,7 +102,7 @@ minversion = 4.0
[testenv]
extras = test
commands = pytest {posargs}
commands = python -m pytest {posargs}
[testenv:docs]
extras = doc
Expand Down

0 comments on commit b690681

Please sign in to comment.