Skip to content

Commit d545727

Browse files
authored
Pin pypiserver to 2.3.2 to avoid test issue
1 parent 9228100 commit d545727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"markdown-gfm-admonition",
1818
]
1919
MAN_DEPENDENCIES = ["argparse-manpage[setuptools]"]
20-
TEST_DEPENDENCIES = ["pytest", "pypiserver[passlib]", 'setuptools; python_version>="3.12"', "pytest-cov"]
20+
TEST_DEPENDENCIES = ["pytest", "pypiserver[passlib]==2.3.2", 'setuptools; python_version>="3.12"', "pytest-cov"]
2121
# Packages whose dependencies need an intact system PATH to compile
2222
# pytest setup clears PATH. So pre-build some wheels to the pip cache.
2323
PREBUILD_PACKAGES = {"all": ["jupyter==1.0.0"], "macos": [], "unix": [], "win": []}

0 commit comments

Comments
 (0)