Skip to content

Commit e65af20

Browse files
committed
Pin urllib3 version to avoid issues with pypy
1 parent d019db5 commit e65af20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
mock
2+
urllib3==1.26.20; implementation_name == 'pypy'
23
vcrpy; implementation_name != 'pypy'
34
vcrpy < 6; implementation_name == 'pypy'
45
pytest

0 commit comments

Comments
 (0)