Skip to content

Commit 41f1c35

Browse files
committed
Replace tox.ini deps with extras
1 parent 164ce16 commit 41f1c35

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ python =
1616
[testenv]
1717
setenv =
1818
PYTHONPATH = {toxinidir}
19-
deps =
20-
-r{toxinidir}/requirements_dev.txt
19+
extras = testing
2120
commands =
2221
pytest --basetemp={envtmpdir}
2322

@@ -28,6 +27,5 @@ commands = flake8 tpot
2827

2928
[testenv:mypy]
3029
basepython = python3.10
31-
deps =
32-
-r{toxinidir}/requirements_dev.txt
30+
extras = testing
3331
commands = mypy tpot

0 commit comments

Comments
 (0)