Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fc4c11

Browse files
committed
Try to fix DDT problem with Python2
1 parent 45f9e05 commit 7fc4c11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
ddt>=1.1.1
1+
ddt>=1.1.1; python_version>'3.0'
2+
ddt>=1.1.1,<=1.6.0; python_version =='2.7'
23
coverage
34
flake8
45
nose

0 commit comments

Comments
 (0)