Skip to content

Commit 76096d0

Browse files
authored
fixes #2177 for stable-2.18 (#2262)
1 parent f3fe0e5 commit 76096d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def lint(session: nox.Session):
153153
)
154154

155155

156-
@nox.session(name="pip-compile", python=["3.11"])
156+
@nox.session(name="pip-compile", python="3.11")
157157
@nox.parametrize(["req"], requirements_files, requirements_files)
158158
def pip_compile(session: nox.Session, req: str):
159159
# .pip-tools.toml was introduced in v7

0 commit comments

Comments
 (0)