Merge pull request #1215 from j9ac9k/remove-text_pg_exit
Skipping this test on python 5.9 configs
This commit is contained in:
commit
401054a0a8
@ -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("""
|
||||
|
Loading…
Reference in New Issue
Block a user