drop end of life python versions
This commit is contained in:
parent
7f6970dfb8
commit
32d9755b6b
10 changed files with 77 additions and 284 deletions
|
|
@ -462,7 +462,7 @@ class TestRoutes:
|
|||
|
||||
def expect_order(self, order, output):
|
||||
# skip the header and match the start of each row
|
||||
for expect, line in zip(order, output.splitlines()[2:]):
|
||||
for expect, line in zip(order, output.splitlines()[2:], strict=False):
|
||||
# do this instead of startswith for nicer pytest output
|
||||
assert line[: len(expect)] == expect
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue