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 5d90dea commit 97797f5Copy full SHA for 97797f5
noxfile.py
@@ -25,7 +25,7 @@ def _install_bundle(session: nox.Session) -> None:
25
"./requirements.txt",
26
)
27
session.install("packaging")
28
- _install_package(f"{os.getcwd()}/bundled/libs", "debugpy")
+ _install_package(f"{os.getcwd()}/bundled/libs", "debugpy", "1.7.0")
29
30
31
def _update_pip_packages(session: nox.Session) -> None:
0 commit comments