Skip to content

Commit bb569ca

Browse files
committed
linting
1 parent 67d8137 commit bb569ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codeflash/discovery/pytest_new_process_discovery.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def parse_pytest_collection_results(pytest_tests: list[Any]) -> list[dict[str, s
4141

4242
try:
4343
exitcode = pytest.main(
44-
[tests_root, "-p no:logging", "--collect-only", "-m", "not skip", "-p", "no:codeflash-benchmark"], plugins=[PytestCollectionPlugin()]
44+
[tests_root, "-p no:logging", "--collect-only", "-m", "not skip", "-p", "no:codeflash-benchmark"],
45+
plugins=[PytestCollectionPlugin()],
4546
)
4647
except Exception as e:
4748
print(f"Failed to collect tests: {e!s}")

0 commit comments

Comments
 (0)