Skipping this test on python 5.9 configs

This commit is contained in:
Ogi 2020-05-30 07:15:46 -07:00
parent 3f6424cc57
commit dfe83dc1c8

View File

@ -67,7 +67,7 @@ def test_exit_crash():
os.remove(tmp)
@pytest.mark.skipif(pg.Qt.QtVersion.startswith("5.9"), reason="Functionality not well supported, failing only on this config")
def test_pg_exit():
# test the pg.exit() function
code = textwrap.dedent("""