Skip to content

Commit

Permalink
tests: skip QtQml tests for macOS whilst working on fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Legorooj committed May 7, 2020
1 parent 0a5fdda commit 6aebb5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/test_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ def _replacement_find_executables(self, name):

@PYQT5_NEED_OPENGL
@QtPyLibs
@skipif(is_darwin, reason='Issue #4860')
def test_Qt5_QtQml(pyi_builder, QtPyLib, monkeypatch):
path_clean(monkeypatch, QtPyLib)
pytest.importorskip(QtPyLib)
Expand Down

0 comments on commit 6aebb5c

Please sign in to comment.