jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[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(-)

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"

To view, visit change 735657. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I5d3efe2a96672c23fd77a284f557ceb05020e583
Gerrit-Change-Number: 735657
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged