We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd997f commit 7a6d394Copy full SHA for 7a6d394
1 file changed
codeflash/discovery/pytest_new_process_discovery.py
@@ -23,9 +23,6 @@ def pytest_collection_modifyitems(self, items) -> None:
23
if "benchmark" in item.fixturenames:
24
item.add_marker(skip_benchmark)
25
26
- def pytest_configure(self, config) -> None:
27
- config.addinivalue_line("markers", "benchmark: placeholder")
28
-
29
30
def parse_pytest_collection_results(pytest_tests: list[Any]) -> list[dict[str, str]]:
31
test_results = []
0 commit comments