Skip to content

Commit a9220c9

Browse files
authored
Update tox.ini
1 parent 3af7a1d commit a9220c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ allowlist_externals =
1111
ls
1212
rm
1313
cat
14-
pytest
1514
{toxinidir}/dist/cli
1615
setenv =
1716
PYTHONPATH=.
@@ -25,11 +24,15 @@ ignore = E722, W503
2524
filterwarnings = ignore::DeprecationWarning
2625

2726
[testenv:test_run]
27+
deps =
28+
-r{toxinidir}/requirements-dev.txt
2829
changedir = tests
2930
commands =
3031
pytest -n 4 initial_tox_test.py::test_test_run_environment
3132

3233
[testenv:format_test]
34+
deps =
35+
-r{toxinidir}/requirements-dev.txt
3336
changedir = tests
3437
commands =
3538
pytest -n 4 file_format_test.py::test_output_file_format

0 commit comments

Comments
 (0)