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

Skip to content

Commit 5e73cab

Browse files
Ket3rByron
authored andcommitted
Fix broken test requirements
The ddt package changed the function signature in version 1.4.3 from idata(iterable) to idata(iterable, index_len). Hopefully this was just a mistake and the new argument will be optional in future versions (see issue datadriventests/ddt#97)
1 parent 1746b97 commit 5e73cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ddt>=1.1.1
1+
ddt>=1.1.1, !=1.4.3
22
mypy
33

44
flake8

0 commit comments

Comments
 (0)