Skip GLTextIem on some conditions on macOS

This commit is contained in:
Ogi Moore 2021-06-05 22:13:04 -07:00
parent 7d41e8a878
commit 29bdf9949e
1 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,10 @@ conditionalExamples = {
not darwin_opengl_broken,
reason=darwin_opengl_reason
),
'GLTextItem.py': exceptionCondition(
not darwin_opengl_broken,
reason=darwin_opengl_reason
),
'GLLinePlotItem.py': exceptionCondition(
not darwin_opengl_broken,
reason=darwin_opengl_reason