chore: disable one more flakey glib test on py3.10 (#174)
This commit is contained in:
parent
7edfc38b63
commit
2fa7cdb156
@ -96,7 +96,9 @@ async def test_aio_properties():
|
||||
bus.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_properties():
|
||||
service_bus = glib.MessageBus().connect_sync()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user