mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:11:55 +02:00
Pin/upgrade virtualenv in our tests (#7211)
* Update virtualenv to the latest version. * Use venv from pip and pin more packages. * Pin codecov. * update appveyor config * Write the path separator backwards. * s/pip_install.py install/pip_install.py * Prefix tools\\pip_install.py with python exe. * Upgrade py to fix AppVeyor failures. * add back comment * Update virtualenv with CERTBOT_NO_PIN. * Pass -U to upgrade tox and deps. * Upgrade virtualenv.
This commit is contained in:
committed by
Joona Hoikkala
parent
76b7eb0628
commit
3e872627d8
@@ -13,6 +13,7 @@ backports.shutil-get-terminal-size==1.0.0
|
||||
boto3==1.9.36
|
||||
botocore==1.12.36
|
||||
cloudflare==1.5.1
|
||||
codecov==2.0.15
|
||||
configparser==3.7.4
|
||||
coverage==4.4.2
|
||||
decorator==4.1.2
|
||||
@@ -47,7 +48,7 @@ pkginfo==1.4.2
|
||||
pluggy==0.5.2
|
||||
prompt-toolkit==1.0.15
|
||||
ptyprocess==0.5.2
|
||||
py==1.4.34
|
||||
py==1.8.0
|
||||
pyasn1==0.1.9
|
||||
pyasn1-modules==0.0.10
|
||||
Pygments==2.2.0
|
||||
@@ -81,6 +82,6 @@ twine==1.11.0
|
||||
typed-ast==1.1.0
|
||||
typing==3.6.4
|
||||
uritemplate==0.6
|
||||
virtualenv==15.1.0
|
||||
virtualenv==16.6.1
|
||||
wcwidth==0.1.7
|
||||
wrapt==1.11.1
|
||||
|
||||
Reference in New Issue
Block a user