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 d73a288 commit 2c838e2Copy full SHA for 2c838e2
1 file changed
build/test-requirements.txt
@@ -7,7 +7,9 @@ pylint
7
pycodestyle
8
pydocstyle
9
prospector
10
-pytest
+# pytest-black 0.6.0 uses the deprecated `path` arg in pytest_collect_file,
11
+# which was removed in pytest 8.1. Pin to <8.1 to maintain compatibility.
12
+pytest<8.1
13
flask
14
fastapi
15
uvicorn
0 commit comments