Skip to content

Commit 8ab46d4

Browse files
committed
test maconly
1 parent cbbb9ed commit 8ab46d4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PLATFORM =
1717

1818

1919
[pytest]
20-
faulthandler_timeout = 30
20+
faulthandler_timeout = 60
2121
[testenv]
2222
platform =
2323
macos: darwin
@@ -33,10 +33,11 @@ deps =
3333
pytest # https://docs.pytest.org/en/latest/contents.html
3434
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
3535
pytest-xvfb ; sys_platform == 'linux'
36+
pytest-forked
3637
napari
3738
pytest-qt
3839
qtpy
3940
pyqt5
4041

41-
commands = pytest -v --color=yes -p faulthandler
42+
commands = pytest -v --color=yes --forked -p faulthandler
4243
#--cov=epicure --cov-report=xml

0 commit comments

Comments
 (0)