Skip to content

Commit e586a95

Browse files
authored
tox: use extras=test (#404)
This uses `extras_require` from `setup.py` (a central place to define requirements for testing). Removes "pytest-xdist", which is not used currently (and not necessary given that tests are fast).
1 parent 10ae9f7 commit e586a95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ envlist =
55
checkqa
66

77
[testenv]
8+
extras = test
89
deps =
9-
pytest
10-
pytest-xdist
1110
pytest-timeout
1211
pyuv: pyuv
1312
passenv = PYTEST_ADDOPTS

0 commit comments

Comments
 (0)