From 022d7a4bc715ec0c2ea921a96687d5fd5546964b Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 10 Jan 2026 12:03:51 -0800 Subject: [PATCH] Fix accidentally commented out tests. --- scripts/run-full-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-full-tests b/scripts/run-full-tests index edbf04b8..fbd4fc58 100755 --- a/scripts/run-full-tests +++ b/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 -e py311,py314 --sitepackages +tox --workdir /tmp/.tox -e py311,py314 --sitepackages tox --workdir /tmp/.tox --sitepackages -e end-to-end