Skip to content

Commit 0e1dee3

Browse files
MNT: Drop test which verifies that TripWireError is an AttributeError
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent a7e1afd commit 0e1dee3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabel/tests/test_tripwire.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ def test_tripwire():
1818
# Check AttributeError can be checked too
1919
with pytest.raises(AttributeError) as err:
2020
silly_module_name.__wrapped__
21-
assert isinstance(err.value, AttributeError)

0 commit comments

Comments
 (0)