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 9228100 commit d545727Copy full SHA for d545727
noxfile.py
@@ -17,7 +17,7 @@
17
"markdown-gfm-admonition",
18
]
19
MAN_DEPENDENCIES = ["argparse-manpage[setuptools]"]
20
-TEST_DEPENDENCIES = ["pytest", "pypiserver[passlib]", 'setuptools; python_version>="3.12"', "pytest-cov"]
+TEST_DEPENDENCIES = ["pytest", "pypiserver[passlib]==2.3.2", 'setuptools; python_version>="3.12"', "pytest-cov"]
21
# Packages whose dependencies need an intact system PATH to compile
22
# pytest setup clears PATH. So pre-build some wheels to the pip cache.
23
PREBUILD_PACKAGES = {"all": ["jupyter==1.0.0"], "macos": [], "unix": [], "win": []}
0 commit comments