Skip to content

Commit bcc4d0a

Browse files
committed
Avoid the use of unmaintained --boxed with pytest
1 parent 82f24aa commit bcc4d0a

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
@@ -21,7 +21,7 @@ deps =
2121
-e.[test]
2222
commands =
2323
pytest --basetemp={envtmpdir} --cache-clear -sv --cov \
24-
{posargs:-n 8 --boxed}
24+
{posargs:-n 8}
2525

2626
[testenv:lint]
2727
deps =

0 commit comments

Comments
 (0)