Skip to content

Commit 92d7226

Browse files
authored
Call pytest through python for tox-current-env support (#159)
1 parent dbb5449 commit 92d7226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deps=
99
pytest-timeout
1010
passenv = GITHUB_ACTIONS
1111
commands=
12-
pytest {posargs:testing}
12+
python -m pytest {posargs:testing}
1313

1414
[testenv:docs]
1515
skipsdist = True

0 commit comments

Comments
 (0)