Skip to content

Commit 8d78e9c

Browse files
committed
Fixups: Fix test-requirements
1 parent 60c88c0 commit 8d78e9c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

test-requirements.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
ddt>=1.1.1; python_version>'3.0'
2+
ddt>=1.1.1,<=1.6.0; python_version =='2.7'
13
coverage
2-
ddt>=1.1.1
34
flake8
4-
mock; python_version=='2.7'
55
nose
66
tox
7+
mock; python_version=='2.7'
8+
pathlib2; python_version=='2.7'
9+
backports.tempfile
10+
six
711
virtualenv
12+

0 commit comments

Comments
 (0)