Skip to content

Commit bb33eb7

Browse files
Merge pull request #1043 from RonnyPfannschmidt/fix-tox
bugfix: use extras in tox to ensure installation of test deps
2 parents 234b74f + 65ac14d commit bb33eb7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tox.ini

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ ignore=E203,W503
99

1010
[testenv]
1111
usedevelop=True
12-
deps=
13-
pytest
14-
setuptools >= 45
15-
rich
16-
build
17-
wheel
12+
extras=test
1813
commands=
1914
python -X warn_default_encoding -m pytest {posargs}
2015

0 commit comments

Comments
 (0)