Skip to content

Commit 5ab3f2c

Browse files
authored
Merge pull request #73 from minhsueh/add_animation3
pin down pytest=7.4.4
2 parents c936185 + 0bb0d4f commit 5ab3f2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
# Switch into a virtual environment
33
# pip install -r requirements.txt
44

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
59
dash[dev,testing]>=1.3.1
610
chromedriver-binary==80.0.3987.106.0
711
pytest-mock==3.2.0
812
flaky==3.7.0
913
pytest-sugar==0.9.4
14+

0 commit comments

Comments
 (0)