Skip to content

Commit

Permalink
Update PythonTest.sh
Browse files Browse the repository at this point in the history
Allow tests to complete as Python 2 does not support type-hinting, drop support for Python 2 per google#6329.
  • Loading branch information
TJKoury authored Sep 6, 2024
1 parent c7a8102 commit 47ef9df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/PythonTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ function run_tests() {
}

# Run test suite with these interpreters. The arguments are benchmark counts.
run_tests python2.6 100 100 100 100 false
run_tests python2.7 100 100 100 100 false
run_tests python2.7 100 100 100 100 true
# run_tests python2.6 100 100 100 100 false
# run_tests python2.7 100 100 100 100 false
# run_tests python2.7 100 100 100 100 true
run_tests python3 100 100 100 100 false
run_tests python3 100 100 100 100 true
run_tests pypy 100 100 100 100 false
Expand Down

0 comments on commit 47ef9df

Please sign in to comment.