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:
Adrien Ferrand
2019-08-02 09:47:36 -07:00
committed by Brad Warren
parent 56f609d4f5
commit 36b4c312c6
+1 -1
View File
@@ -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