Skip to content

Commit d82da98

Browse files
author
David Grant
committed
Hack around more-itertools incompat
1 parent 0b90619 commit d82da98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-testing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytest~=4.6
22
responses~=0.13.3
3+
more-itertools==8.10.0 ; python_version<='3.5' # more-itertools added some f-strings after this.
34
typing; python_version>='3.4' and python_version<'3.5' # To work around CI fail.

0 commit comments

Comments
 (0)