Skip to content

Commit 6b60ab8

Browse files
committed
chore: attempt to speed up tests
1 parent 1a41b95 commit 6b60ab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
PY_VERSION: ${{ matrix.python }}
5151
# Use UV to speed up testing
5252
# Force standard venv backend for 3.15, leave empty to let nox-uv handle others
53-
NOX_VENV_BACKEND: ${{ matrix.python == '3.15' && 'venv' || '' }}
53+
NOX_FORCE_VENV_BACKEND: ${{ matrix.python == '3.15' && 'venv' || '' }}
5454
# Unset the global uv seeder for 3.15 so the standard venv backend doesn't try to use virtualenv internals
5555
VIRTUALENV_SEEDER: ${{ matrix.python == '3.15' && '' || 'uv' }}
5656
# Workaround: Allows libcst to compile on Python 3.15+ while PyO3 catches up

0 commit comments

Comments
 (0)