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 73170fe commit 8037faaCopy full SHA for 8037faa
pytest.ini
@@ -28,3 +28,4 @@ retry_delay = 2
28
# If you want to add together all of the time for the re-tried and successful
29
# tests then set this to true.
30
cumulative_timing = false
31
+retry_outcome = rerun
requirements.txt
@@ -5,4 +5,5 @@ pytest-timeout>=2.3.1
5
python-dotenv>=1.0.1
6
pytest-retry>=1.6.3
7
pytest-xdist>=3.6.1
8
+mypy>=1.14.1
9
PyMuPDF>=1.24.13
0 commit comments