Skip to content

Commit 78b6659

Browse files
author
y-p
committed
TST: fix test on python3
1 parent 6fe19fd commit 78b6659

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/test_format.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,6 @@ def test_pprint_pathological_object(self):
10841084
class A:
10851085
def __getitem__(self, key):
10861086
return 3 # obviously simplified
1087-
self.assertTrue("A instance" in repr(A()) )
10881087
df = pandas.DataFrame([A()])
10891088
repr(df) # just don't dine
10901089

0 commit comments

Comments
 (0)