Skip to content

Commit 89e083b

Browse files
authored
Fix nightly, yet again (#752)
1 parent 6c77062 commit 89e083b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_errors.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ class Foo:
1414
raise errors.AbstractMethodError(Foo)
1515

1616

17-
def test_accessor_registration_warning() -> None:
18-
with pytest.warns(errors.AccessorRegistrationWarning):
19-
warnings.warn("", errors.AccessorRegistrationWarning)
20-
21-
2217
def test_dtype_warning() -> None:
2318
with pytest.warns(errors.DtypeWarning):
2419
warnings.warn("", errors.DtypeWarning)

0 commit comments

Comments
 (0)