jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/735657 )
Change subject: [tests] Improvement to test time at appveyor ......................................................................
[tests] Improvement to test time at appveyor
remove duplicate Python tests, I don't see any benefit
Bug: T186323 Change-Id: I5d3efe2a96672c23fd77a284f557ceb05020e583 --- M .appveyor.yml 1 file changed, 4 insertions(+), 20 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/.appveyor.yml b/.appveyor.yml index f5e4a2e..42603e8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,38 +25,22 @@ PYTHON_VERSION: "3.5.x" PYTHON_ARCH: "32"
- - PYTHON: "C:\Python36" + - PYTHON: "C:\Python36-x64" PYTHON_VERSION: "3.6.x" - PYTHON_ARCH: "32" + PYTHON_ARCH: "64"
- PYTHON: "C:\Python37" PYTHON_VERSION: "3.7.x" PYTHON_ARCH: "32"
- - PYTHON: "C:\Python38" + - PYTHON: "C:\Python38-x64" PYTHON_VERSION: "3.8.x" - PYTHON_ARCH: "32" + PYTHON_ARCH: "64"
- PYTHON: "C:\Python39" PYTHON_VERSION: "3.9.x" PYTHON_ARCH: "32"
- - PYTHON: "C:\Python35-x64" - PYTHON_VERSION: "3.5.x" - PYTHON_ARCH: "64" - - - PYTHON: "C:\Python36-x64" - PYTHON_VERSION: "3.6.x" - PYTHON_ARCH: "64" - - - PYTHON: "C:\Python37-x64" - PYTHON_VERSION: "3.7.x" - PYTHON_ARCH: "64" - - - PYTHON: "C:\Python38-x64" - PYTHON_VERSION: "3.8.x" - PYTHON_ARCH: "64" - - PYTHON: "C:\Python39-x64" PYTHON_VERSION: "3.9.x" PYTHON_ARCH: "64"
pywikibot-commits@lists.wikimedia.org