Skip to content

Commit 3ec02f5

Browse files
committed
testing
1 parent a9db336 commit 3ec02f5

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ jobs:
6767
# Only inject overrides if we are strictly on the 3.15 pre-release
6868
# This is needed to speed up builds
6969
if [ "${{ matrix.python }}" = "3.15" ]; then
70-
# Force Nox to use uv for 3.15 virtual environments
71-
export NOXFLAGS="--force-venv-backend=uv"
72-
7370
# Tell uv it is allowed to use the pre-release 3.15 toolchain
7471
export UV_PRERELEASE="allow"
7572

ci/run_single_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ case ${TEST_TYPE} in
100100
retval=$?
101101
;;
102102
"3.15")
103-
nox -s unit-3.15
103+
nox --force-venv-backend uv -s unit-3.15
104104
retval=$?
105105
;;
106106
*)

0 commit comments

Comments
 (0)