chore: disable flakey glib test on newer python (#173)
This commit is contained in:
parent
41c5a14fa8
commit
7edfc38b63
@ -123,7 +123,9 @@ async def test_aio_proxy_object():
|
||||
bus2.disconnect()
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.version_info[:3][1] in (11,), reason="segfaults on py3.11")
|
||||
@pytest.mark.skipif(
|
||||
sys.version_info[:3][1] in (10, 11), reason="segfaults on py3.10/py3.11"
|
||||
)
|
||||
@pytest.mark.skipif(not has_gi, reason=skip_reason_no_gi)
|
||||
def test_glib_proxy_object():
|
||||
bus_name = "glib.client.test.methods"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user