Skip to content

Commit 8b8e513

Browse files
mark a second test as xfail
1 parent df3ea22 commit 8b8e513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_atom_from_annotations.py

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class A(Atom, use_annotations=True):
9999
assert A().b == [1, 2, 3]
100100

101101

102+
@pytest.mark.xfail
102103
@pytest.mark.skipif(
103104
sys.version_info < (3, 9), reason="Subscription of Members requires Python 3.9+"
104105
)

0 commit comments

Comments
 (0)