From 9b723bee98cdcd79e9409c577efe418e1816a842 Mon Sep 17 00:00:00 2001 From: Tim Ryan Date: Sun, 22 Jan 2023 08:43:09 -0500 Subject: [PATCH 1/2] RM-22 add 3.11 tests --- .circleci/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b4d8166ef..89ab40ad8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -440,6 +440,17 @@ workflows: filters: tags: only: /v\d+\.\d+\.\d+(-[\w]+)?/ + - test: + name: test-3.11 + extras: '[unittest,typecheck]' + python_version: "3.10" + pandas_version: "==1.5.2" + # requires: + # - redshift-s3-itest + coverage: true + filters: + tags: + only: /v\d+\.\d+\.\d+(-[\w]+)?/ # - integration_test_with_dbs: # name: vertica-no-s3-itest # extras: '[vertica,itest]' From 758483851d1013d187f3f9da6a60a7e3617df565 Mon Sep 17 00:00:00 2001 From: Tim Ryan Date: Sun, 22 Jan 2023 08:48:35 -0500 Subject: [PATCH 2/2] RM-22 readd requires redshift-s3-itest --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 89ab40ad8..626fc7823 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -445,8 +445,8 @@ workflows: extras: '[unittest,typecheck]' python_version: "3.10" pandas_version: "==1.5.2" - # requires: - # - redshift-s3-itest + requires: + - redshift-s3-itest coverage: true filters: tags: