diff --git a/tests/test_atom_from_annotations.py b/tests/test_atom_from_annotations.py index 6d96a30c..b00c8511 100644 --- a/tests/test_atom_from_annotations.py +++ b/tests/test_atom_from_annotations.py @@ -99,6 +99,7 @@ class A(Atom, use_annotations=True): assert A().b == [1, 2, 3] +@pytest.mark.xfail @pytest.mark.skipif( sys.version_info < (3, 9), reason="Subscription of Members requires Python 3.9+" )