Skip to content

Commit 4ec29b8

Browse files
committed
Add pytest as a test dependency
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent 3cadfc2 commit 4ec29b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/test_requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
responses==0.5.1
2-
pycryptodomex
1+
pytest
2+
responses
3+
pycryptodomex

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ envlist = py34, py35
33

44
[testenv]
55
commands = py.test tests/
6-
deps = pytest
7-
-rtests/test_requirements.txt
6+
deps = -rtests/test_requirements.txt

0 commit comments

Comments
 (0)