jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/639927 )
Change subject: Revert "[tests] Upgrade pip before installing requirements" ......................................................................
Revert "[tests] Upgrade pip before installing requirements"
This reverts commit 6e18afc28bc4f8708ca650f783ca3c49951402e4.
Reason for revert: PermissionError found
Change-Id: I9013065cd2d8f1b5f904d8b059cbc15b07f05e49 --- M .appveyor.yml 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/.appveyor.yml b/.appveyor.yml index bf5e432..0a518f3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -91,7 +91,6 @@ } - python -m venv env - env\Scripts\activate.bat - - pip install --upgrade pip - pip install -r dev-requirements.txt - pip install -r requirements.txt
pywikibot-commits@lists.wikimedia.org