Skip to content

Commit

Permalink
Pin wrapt version to pass on Windows with Python 2.7. (#21046)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjprescott authored Oct 5, 2021
1 parent 5ffe917 commit 948b264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vcrpy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def run_tests(self):

install_requires = [
"PyYAML",
"wrapt",
"wrapt<=1.12.1",
"six>=1.5",
'contextlib2; python_version=="2.7"',
'mock; python_version=="2.7"',
Expand Down

0 comments on commit 948b264

Please sign in to comment.