diff --git a/noxfile.py b/noxfile.py index 2d6801e561..c48eaef728 100644 --- a/noxfile.py +++ b/noxfile.py @@ -153,7 +153,7 @@ def lint(session: nox.Session): ) -@nox.session(name="pip-compile", python=["3.10"]) +@nox.session(name="pip-compile", python="3.10") @nox.parametrize(["req"], requirements_files, requirements_files) def pip_compile(session: nox.Session, req: str): # .pip-tools.toml was introduced in v7