Merge pull request #1215 from j9ac9k/remove-text_pg_exit

Skipping this test on python 5.9 configs
This commit is contained in:
Ogi Moore 2020-05-30 07:25:36 -07:00 committed by GitHub
commit 401054a0a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ def test_exit_crash():
os.remove(tmp) 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(): def test_pg_exit():
# test the pg.exit() function # test the pg.exit() function
code = textwrap.dedent(""" code = textwrap.dedent("""