Skip to content

Commit 1b16dff

Browse files
committed
Don't use untyped version of responses
1 parent 9704b60 commit 1b16dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deps =
99
pytest
1010
pytest-cov
1111
pytest-mock
12-
responses!=0.24
12+
responses!=0.24,!=0.25.5
1313
commands =
1414
pytest {posargs} test README.rst docs/index.rst
1515

0 commit comments

Comments
 (0)