Skip to content

Commit 92a4e7e

Browse files
committed
API test fixup
1 parent e2960b6 commit 92a4e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/api/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def test_api_executors(self):
367367

368368
class TestErrors(Base):
369369
def test_errors(self):
370-
ignored = ["abstractmethod", "ctypes", "cow"]
370+
ignored = ["_CurrentDeprecationWarning", "abc", "ctypes", "cow"]
371371
self.check(pd.errors, pd.errors.__all__, ignored=ignored)
372372

373373

0 commit comments

Comments
 (0)