Skip to content

Commit 337ef33

Browse files
mark a second test as xfail
1 parent 5b11fbf commit 337ef33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_atom_from_annotations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class A(Atom, use_annotations=True):
102102
assert A().b == [1, 2, 3]
103103

104104

105+
@pytest.mark.xfail
105106
@pytest.mark.skipif(
106107
sys.version_info < (3, 9), reason="Subscription of Members requires Python 3.9+"
107108
)

0 commit comments

Comments
 (0)