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
pywikibot-commits@lists.wikimedia.org