Skip to content

Commit f0d92d1

Browse files
SNOW-474074 Add 3.10 to Test Linux (#1010)
* add 3.10 to test linux * adding missing py310-coverage definition to tox Co-authored-by: Mark Keller <[email protected]>
1 parent 5c7ac7b commit f0d92d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/test_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - This script assumes that ../dist/repaired_wheels has the wheel(s) built for all versions to be tested
77
# - This is the script that test_docker.sh runs inside of the docker container
88

9-
PYTHON_VERSIONS="${1:-3.6 3.7 3.8 3.9}"
9+
PYTHON_VERSIONS="${1:-3.6 3.7 3.8 3.9 3.10}"
1010
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1111
CONNECTOR_DIR="$( dirname "${THIS_DIR}")"
1212

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ commands = coverage combine
112112
; diff-cover --compare-branch {env:DIFF_AGAINST:origin/master} {toxworkdir}/coverage.xml
113113
depends = py36, py37, py38, py39, py310
114114

115-
[testenv:py{36,37,38,39}-coverage]
115+
[testenv:py{36,37,38,39,310}-coverage]
116116
# I hate doing this, but this env is for Jenkins, please keep it up-to-date with the one env above it if necessary
117117
description = [run locally after tests]: combine coverage data and create report specifically with {basepython}
118118
deps = {[testenv:coverage]deps}

0 commit comments

Comments
 (0)