Skip to content

Commit 65ac14d

Browse files
bugfix: use extras in tox to ensure installation of test deps
1 parent 234b74f commit 65ac14d

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)