mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Upgrade virtualenv in dev/tests environments (#7287)
AppVeyor recently upgrade the Python 3.7.x installed in their VM to 3.7.4. However, virtualenv 16.6.1 is broken on that specific version of Python for Windows. This PR upgrade virtualenv installed for a dev/test environment from 16.6.1 to 16.6.2 in order to fix this issue, and repair the CI jobs execute by AppVeyor on PRs.
This commit is contained in:
committed by
Brad Warren
parent
56f609d4f5
commit
36b4c312c6
@@ -82,6 +82,6 @@ twine==1.11.0
|
||||
typed-ast==1.1.0
|
||||
typing==3.6.4
|
||||
uritemplate==0.6
|
||||
virtualenv==16.6.1
|
||||
virtualenv==16.6.2
|
||||
wcwidth==0.1.7
|
||||
wrapt==1.11.1
|
||||
|
||||
Reference in New Issue
Block a user