We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0215f commit 526147bCopy full SHA for 526147b
1 file changed
toolshed/find_skipped_tests.py
@@ -36,7 +36,7 @@
36
37
ANSI_ESCAPE = re.compile(r"\x1B\[[0-9;]*[A-Za-z]")
38
PYTEST_NODE_ID = re.compile(r"tests/\S+\.py::\S+")
39
-PYTEST_TEST_OUTCOME = re.compile(r"(tests/\S+\.py::\S+(\[.*?\])?)\s+(PASSED|FAILED|ERROR|SKIPPED|XFAIL|XPASS)\b")
+PYTEST_TEST_OUTCOME = re.compile(r"(tests/\S+\.py::\S+)\s+(PASSED|FAILED|ERROR|SKIPPED|XFAIL|XPASS)\b")
40
41
# GHA log format markers used to identify which test suite is active.
42
# `gh api` logs: ##[group]<step-name> opens a section, ##[endgroup] closes it.
0 commit comments