Remove compat for pytest < 6

This commit is contained in:
Zac-HD
2020-08-06 15:44:56 +10:00
parent ba8398478e
commit d153e0a4c4
3 changed files with 12 additions and 35 deletions

View File

@@ -1348,7 +1348,7 @@ def parse_tests_and_workers_from_output(lines):
r"""
\[(gw\d)\] # worker
\s*
(?:\[\s*\d+%\])? # progress indicator (pytest >=3.3)
(?:\[\s*\d+%\])? # progress indicator
\s(.*?) # status string ("PASSED")
\s(.*::.*) # nodeid
""",