Skip to content

Commit 1dec9dc

Browse files
committed
ReprEntry objects no longer have the localssep attribute
The attribute was not used anywhere and has been removed in pytest-dev/pytest#4615
1 parent f6ecaa9 commit 1dec9dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/test_remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def test_repr_entry():
153153
for i in range(len(a_entries)):
154154
assert isinstance(rep_entries[i], ReprEntry)
155155
assert rep_entries[i].lines == a_entries[i].lines
156-
assert rep_entries[i].localssep == a_entries[i].localssep
157156
assert rep_entries[i].reprfileloc.lineno == a_entries[i].reprfileloc.lineno
158157
assert (
159158
rep_entries[i].reprfileloc.message == a_entries[i].reprfileloc.message

0 commit comments

Comments
 (0)