We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a6b49 commit 851ca1aCopy full SHA for 851ca1a
pandas/tests/test_algos.py
@@ -767,7 +767,7 @@ def test_same_object_is_in(self):
767
# with similar behavior, then we at least should
768
# fall back to usual python's behavior: "a in [a] == True"
769
class LikeNan:
770
- def __eq__(self):
+ def __eq__(self, other):
771
return False
772
773
def __hash__(self):
setup.cfg
@@ -220,9 +220,6 @@ ignore_errors=True
220
[mypy-pandas.tests.series.test_operators]
221
ignore_errors=True
222
223
-[mypy-pandas.tests.test_algos]
224
-ignore_errors=True
225
-
226
[mypy-pandas.tests.test_base]
227
228
0 commit comments