Skip to content

Commit f61012f

Browse files
committed
Apply suggestion from @henryiii
1 parent e7094ef commit f61012f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def tests(session: nox.Session) -> None:
4646
"PYTHONWARNDEFAULTENCODING": "1",
4747
"COVERAGE_FILE": coverage_file,
4848
}
49-
parallel = [] if sys.platform.startwith("win32") else ["--numprocesses=auto"]
49+
parallel = [] if sys.platform.startswith("win32") else ["--numprocesses=auto"]
5050

5151
session.create_tmp() # Fixes permission errors on Windows
5252
session.install(*PYPROJECT["dependency-groups"]["test"], "uv")

0 commit comments

Comments
 (0)