We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7094ef commit f61012fCopy full SHA for f61012f
1 file changed
noxfile.py
@@ -46,7 +46,7 @@ def tests(session: nox.Session) -> None:
46
"PYTHONWARNDEFAULTENCODING": "1",
47
"COVERAGE_FILE": coverage_file,
48
}
49
- parallel = [] if sys.platform.startwith("win32") else ["--numprocesses=auto"]
+ parallel = [] if sys.platform.startswith("win32") else ["--numprocesses=auto"]
50
51
session.create_tmp() # Fixes permission errors on Windows
52
session.install(*PYPROJECT["dependency-groups"]["test"], "uv")
0 commit comments