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 610424f commit 1e3c127Copy full SHA for 1e3c127
noxfile.py
@@ -174,7 +174,7 @@ def vendoring(session: nox.Session) -> None:
174
session.install("vendoring~=1.0.0")
175
176
if "--upgrade" not in session.posargs:
177
- session.run("vendoring", "sync", ".", "-v")
+ session.run("vendoring", "sync", "-v")
178
return
179
180
def pinned_requirements(path: Path) -> Iterator[Tuple[str, str]]:
0 commit comments