Skip to content

Commit c5ca885

Browse files
committed
posix linux
1 parent a3a9989 commit c5ca885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_eventloop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_qt_enable_gui(gui, kernel, capsys):
106106
pytest.skip(
107107
"qt6 fails on 3.9 with AttributeError: module 'PySide6.QtPrintSupport' has no attribute 'QApplication'"
108108
)
109-
if sys.platform == "posix" and gui == "qt6" and os.getenv("GITHUB_ACTIONS", None) == "true":
109+
if sys.platform == "linux" and gui == "qt6" and os.getenv("GITHUB_ACTIONS", None) == "true":
110110
pytest.skip("qt6 fails on github CI with missing libEGL.so.1")
111111
enable_gui(gui, kernel)
112112

0 commit comments

Comments
 (0)