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 97018ca commit 149c93eCopy full SHA for 149c93e
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.5.1")
29
30
31
def _update_pip_packages(session: nox.Session) -> None:
0 commit comments