From ee2bdd9e605a55227450509b108fd1d25fae9f44 Mon Sep 17 00:00:00 2001 From: Mohamed Elasmar Date: Wed, 30 Jun 2021 22:18:52 -0700 Subject: [PATCH 1/2] temp: disable testing against python 3.8, and enabled 3.7 --- appveyor.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b96017d0d3..0b78b4b51b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,28 +19,28 @@ environment: # AWS_ECR: 'AWS_ECR_36' # APPVEYOR_CONSOLE_DISABLE_PTY: true - # - PYTHON_HOME: "C:\\Python37-x64" - # PYTHON_VERSION: '3.7' - # PYTHON_ARCH: '64' - # RUN_SMOKE: 1 - # NOSE_PARAMETERIZED_NO_WARN: 1 - # INSTALL_PY_36_PIP: 1 - # INSTALL_PY_38_PIP: 1 - # AWS_S3: 'AWS_S3_37' - # AWS_ECR: 'AWS_ECR_37' - # APPVEYOR_CONSOLE_DISABLE_PTY: true - - - PYTHON_HOME: "C:\\Python38-x64" - PYTHON_VERSION: '3.8' + - PYTHON_HOME: "C:\\Python37-x64" + PYTHON_VERSION: '3.7' PYTHON_ARCH: '64' RUN_SMOKE: 1 NOSE_PARAMETERIZED_NO_WARN: 1 INSTALL_PY_36_PIP: 1 - INSTALL_PY_37_PIP: 1 - AWS_S3: 'AWS_S3_38' - AWS_ECR: 'AWS_ECR_38' + INSTALL_PY_38_PIP: 1 + AWS_S3: 'AWS_S3_37' + AWS_ECR: 'AWS_ECR_37' APPVEYOR_CONSOLE_DISABLE_PTY: true + # - PYTHON_HOME: "C:\\Python38-x64" + # PYTHON_VERSION: '3.8' + # PYTHON_ARCH: '64' + # RUN_SMOKE: 1 + # NOSE_PARAMETERIZED_NO_WARN: 1 + # INSTALL_PY_36_PIP: 1 + # INSTALL_PY_37_PIP: 1 + # AWS_S3: 'AWS_S3_38' + # AWS_ECR: 'AWS_ECR_38' + # APPVEYOR_CONSOLE_DISABLE_PTY: true + for: - matrix: From 17acabc60ab6b94d63efef6e27cf4f73914d8974 Mon Sep 17 00:00:00 2001 From: Mohamed Elasmar Date: Wed, 30 Jun 2021 22:26:03 -0700 Subject: [PATCH 2/2] temp: disable testing against python 3.8, and enabled 3.7 & 3.6 --- appveyor.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0b78b4b51b..e47ea65e81 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,15 +9,15 @@ environment: matrix: - # - PYTHON_HOME: "C:\\Python36-x64" - # PYTHON_VERSION: '3.6' - # PYTHON_ARCH: '64' - # NOSE_PARAMETERIZED_NO_WARN: 1 - # INSTALL_PY_37_PIP: 1 - # INSTALL_PY_38_PIP: 1 - # AWS_S3: 'AWS_S3_36' - # AWS_ECR: 'AWS_ECR_36' - # APPVEYOR_CONSOLE_DISABLE_PTY: true + - PYTHON_HOME: "C:\\Python36-x64" + PYTHON_VERSION: '3.6' + PYTHON_ARCH: '64' + NOSE_PARAMETERIZED_NO_WARN: 1 + INSTALL_PY_37_PIP: 1 + INSTALL_PY_38_PIP: 1 + AWS_S3: 'AWS_S3_36' + AWS_ECR: 'AWS_ECR_36' + APPVEYOR_CONSOLE_DISABLE_PTY: true - PYTHON_HOME: "C:\\Python37-x64" PYTHON_VERSION: '3.7'