We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb5449 commit 92d7226Copy full SHA for 92d7226
tox.ini
@@ -9,7 +9,7 @@ deps=
9
pytest-timeout
10
passenv = GITHUB_ACTIONS
11
commands=
12
- pytest {posargs:testing}
+ python -m pytest {posargs:testing}
13
14
[testenv:docs]
15
skipsdist = True
0 commit comments