Преглед изворни кода

Only run Python 3.9 and 3.13 in end-to-end tests since 3.11 has issues in Alpine.

Dan Helfman пре 2 месеци
родитељ
комит
099d30f044
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      scripts/run-full-tests

+ 1 - 1
scripts/run-full-tests

@@ -25,5 +25,5 @@ export PATH="/root/.local/bin:$PATH"
 uv tool install tox --with tox-uv
 export COVERAGE_FILE=/tmp/.coverage
 
-tox --workdir /tmp/.tox --sitepackages
+tox --workdir /tmp/.tox -e py39,py313 --sitepackages
 tox --workdir /tmp/.tox --sitepackages -e end-to-end