Skip to content

Commit

Permalink
mark a second test as xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Apr 16, 2024
1 parent df3ea22 commit 8b8e513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_atom_from_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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+"
)
Expand Down

0 comments on commit 8b8e513

Please sign in to comment.