浏览代码

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
 uv tool install tox --with tox-uv
 export COVERAGE_FILE=/tmp/.coverage
 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
 tox --workdir /tmp/.tox --sitepackages -e end-to-end