jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/566111 )
Change subject: [tests] Fix extras tests in AppVeyor ...................................................................... [tests] Fix extras tests in AppVeyor AppVeyor sets `PYSETUP_TEST_EXTRAS=1`, but does not install test dependencies Bug: T243169 Change-Id: I8fd699c3a8b79b3e71145ee00f6608337c03038a --- M .appveyor.yml 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/.appveyor.yml b/.appveyor.yml index 56df1b0..f2bee94 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -99,6 +99,7 @@ - virtualenv env - env\Scripts\activate.bat - pip install -r dev-requirements.txt + - pip install -r requirements.txt - pip install -e .[security] build: off -- To view, visit https://gerrit.wikimedia.org/r/566111 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8fd699c3a8b79b3e71145ee00f6608337c03038a Gerrit-Change-Number: 566111 Gerrit-PatchSet: 3 Gerrit-Owner: Dvorapa <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
