mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Upgrade setuptools
This commit is contained in:
parent
7681fc3c61
commit
ea6ce639d2
2 changed files with 2 additions and 3 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue