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 206d9f6 commit eac4f96Copy full SHA for eac4f96
noxfile.py
@@ -56,7 +56,7 @@ def locks(session: nox.Session) -> None:
56
session.log(f"updated {ROOT / folder / 'requirements.txt'!s}")
57
58
59
-@nox.session(name="sync-requirements", python="3.11", venv_backend="conda")
+@nox.session(name="sync-requirements")
60
def sync_requirements(session: nox.Session) -> None:
61
"""Sync requirements.in with pyproject.toml."""
62
with open("requirements.in", "w") as fp:
0 commit comments