Upgrade setuptools

This commit is contained in:
Adrien Ferrand 2020-04-01 23:17:13 +02:00
parent 7681fc3c61
commit ea6ce639d2
2 changed files with 2 additions and 3 deletions

View file

@ -49,6 +49,7 @@ jobs:
displayName: Retrieve Windows installer
- script: |
py -3 -m venv venv
venv\Scripts\python -m pip install --upgrade pip setuptools
venv\Scripts\python tools\pip_install.py -e certbot-ci
displayName: Prepare Certbot-CI
- script: |

View file

@ -12,9 +12,7 @@ import shutil
import warnings
import pytest
with warnings.catch_warnings():
warnings.simplefilter("ignore")
import pkg_resources
import pkg_resources
SCHEDULED_TASK_NAME = 'Certbot Renew and Auto-Update Task'
GITHUB_FAKE_API_PORT = 8009