Skip to content

Commit d019db5

Browse files
committed
Pin vcrpy version for pypi implementations
1 parent 109c92f commit d019db5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.8

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
mock
2-
vcrpy
2+
vcrpy; implementation_name != 'pypy'
3+
vcrpy < 6; implementation_name == 'pypy'
34
pytest
45
pytest-cov
56
responses

0 commit comments

Comments
 (0)