Skip to content

Commit 0df644d

Browse files
committed
fix(ci): remove Python 3.9 case from run_single_test.sh
This removes the case for Python 3.9 in the unit test section, as we no longer run tests for this version.
1 parent e7840c1 commit 0df644d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

ci/run_single_test.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ case ${TEST_TYPE} in
7070
;;
7171
unit)
7272
case ${PY_VERSION} in
73-
"3.9")
74-
nox -s unit-3.9
75-
retval=$?
76-
;;
73+
7774
"3.10")
7875
nox -s unit-3.10
7976
retval=$?

0 commit comments

Comments
 (0)