Skip to content

Commit edbf3af

Browse files
committed
Move tox dependencies to tox-requirements.txt
1 parent 740ceb7 commit edbf3af

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

tox-requirements.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pytest
2+
hypothesis
3+
bitstring
4+
pytest-cov
5+
pytest-pylint
6+
pytest-flake8
7+
coverage >= 4.5

tox.ini

+1-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,7 @@ enable-extensions=G
1414

1515

1616
[testenv]
17-
deps =
18-
pytest
19-
hypothesis
20-
bitstring
21-
pytest-cov
22-
pytest-pylint
23-
pytest-flake8
24-
coverage >= 4.5
17+
deps = -rtox-requirements.txt
2518
setenv =
2619
BIN_DIR = bin
2720
commands = {posargs:echo use Makefile}

0 commit comments

Comments
 (0)