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.
2 parents c936185 + 0bb0d4f commit 5ab3f2cCopy full SHA for 5ab3f2c
tests/requirements.txt
@@ -2,8 +2,13 @@
2
# Switch into a virtual environment
3
# pip install -r requirements.txt
4
5
+# ImportError: cannot import name 'call_runtest_hook' from '_pytest.runner'
6
+# internal pytest API (_pytest.runner.call_runtest_hook) that was removed in pytest 8
7
+# Pin down pytest
8
+pytest==7.4.4
9
dash[dev,testing]>=1.3.1
10
chromedriver-binary==80.0.3987.106.0
11
pytest-mock==3.2.0
12
flaky==3.7.0
13
pytest-sugar==0.9.4
14
+
0 commit comments