فهرست منبع

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