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 b8cc463 commit c3c3b08Copy full SHA for c3c3b08
pytest.ini
@@ -4,6 +4,7 @@ python_paths= .
4
xfail_strict=true
5
log_format = %(levelname)8s %(asctime)s %(filename)20s %(message)s
6
log_date_format = %m-%d %H:%M:%S
7
+timeout = 300
8
9
[pytest-watch]
10
runner= pytest --failed-first --maxfail=1
setup.py
@@ -35,6 +35,7 @@
35
"pytest>=5.1.3,<6",
36
"pytest-asyncio>=0.10.0,<0.11",
37
"pytest-cov==2.5.1",
38
+ "pytest-timeout>=1.4.2,<2",
39
"pytest-watch>=4.1.0,<5",
40
"pytest-xdist==1.31.0",
41
],
0 commit comments