Skip to content

Commit 8037faa

Browse files
AC - added variable for using pytest-retry
1 parent 73170fe commit 8037faa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ retry_delay = 2
2828
# If you want to add together all of the time for the re-tried and successful
2929
# tests then set this to true.
3030
cumulative_timing = false
31+
retry_outcome = rerun

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ pytest-timeout>=2.3.1
55
python-dotenv>=1.0.1
66
pytest-retry>=1.6.3
77
pytest-xdist>=3.6.1
8+
mypy>=1.14.1
89
PyMuPDF>=1.24.13

0 commit comments

Comments
 (0)