Skip to content

Commit ac68c96

Browse files
committed
Re-integrate pytest-timeout plugin
1 parent f456f4e commit ac68c96

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
@@ -66,6 +66,7 @@
6666
'pytest',
6767
'pytest-cov',
6868
'pytest-rerunfailures',
69+
'pytest-timeout',
6970
'pytest-xdist',
7071
],
7172
},

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
per-file-ignores =
1316
docs/source/conf.py: E121,E122,E265,E501

0 commit comments

Comments
 (0)