Skip to content

Commit

Permalink
SNOW-474074 Add 3.10 to Test Linux (#1010)
Browse files Browse the repository at this point in the history
* add 3.10 to test linux

* adding missing py310-coverage definition to tox

Co-authored-by: Mark Keller <mark.keller@snowflake.com>
  • Loading branch information
sfc-gh-jbahk and sfc-gh-mkeller committed Dec 17, 2021
1 parent 5c7ac7b commit f0d92d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/test_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - This script assumes that ../dist/repaired_wheels has the wheel(s) built for all versions to be tested
# - This is the script that test_docker.sh runs inside of the docker container

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

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ commands = coverage combine
; diff-cover --compare-branch {env:DIFF_AGAINST:origin/master} {toxworkdir}/coverage.xml
depends = py36, py37, py38, py39, py310

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

0 comments on commit f0d92d1

Please sign in to comment.