Skip to content

Commit

Permalink
Tighten xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Sep 3, 2020
1 parent c2b6a0b commit 3adf48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_setattr.py
Expand Up @@ -290,7 +290,7 @@ def __setattr__(self, key, value):
with pytest.raises(SystemError):
A().x = 1

@pytest.mark.xfail
@pytest.mark.xfail(raises=attr.exceptions.FrozenAttributeError)
def test_slotted_confused(self):
"""
If we have a in-between non-attrs class, setattr reset detection
Expand Down

0 comments on commit 3adf48a

Please sign in to comment.