Skip to content

Commit

Permalink
adds new lib to set global pytest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
eastandwestwind committed Nov 26, 2024
1 parent a54b430 commit ffe43dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pytest-cov==4.0.0
pytest-env==0.6.2
pytest-mock==3.14.0
pytest-rerunfailures==14.0
pytest-timeout==2.3.1
pytest==7.2.2
requests-mock==1.10.0
setuptools>=64.0.2
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ parentdir_prefix =

[bdist_wheel]
universal = True

[pytest]
timeout = 300

0 comments on commit ffe43dc

Please sign in to comment.