Skip to content

Commit aa14195

Browse files
committed
Re-integrate pytest-timeout plugin
1 parent bcc4d0a commit aa14195

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
'pytest',
6464
'pytest-cov',
6565
'pytest-rerunfailures',
66+
'pytest-timeout',
6667
'pytest-xdist',
6768
],
6869
},

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ envlist =
88
lint
99
docs
1010

11+
[pytest]
12+
timeout = 10
13+
1114
[flake8]
1215
ignore =
1316
__init__.py E402 F401

0 commit comments

Comments
 (0)