We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbb9ed commit 8ab46d4Copy full SHA for 8ab46d4
1 file changed
tox.ini
@@ -17,7 +17,7 @@ PLATFORM =
17
18
19
[pytest]
20
-faulthandler_timeout = 30
+faulthandler_timeout = 60
21
[testenv]
22
platform =
23
macos: darwin
@@ -33,10 +33,11 @@ deps =
33
pytest # https://docs.pytest.org/en/latest/contents.html
34
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
35
pytest-xvfb ; sys_platform == 'linux'
36
+ pytest-forked
37
napari
38
pytest-qt
39
qtpy
40
pyqt5
41
-commands = pytest -v --color=yes -p faulthandler
42
+commands = pytest -v --color=yes --forked -p faulthandler
43
#--cov=epicure --cov-report=xml
0 commit comments