Skip to content

Commit 7a6d394

Browse files
committed
not used
1 parent ddd997f commit 7a6d394

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

codeflash/discovery/pytest_new_process_discovery.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ def pytest_collection_modifyitems(self, items) -> None:
2323
if "benchmark" in item.fixturenames:
2424
item.add_marker(skip_benchmark)
2525

26-
def pytest_configure(self, config) -> None:
27-
config.addinivalue_line("markers", "benchmark: placeholder")
28-
2926

3027
def parse_pytest_collection_results(pytest_tests: list[Any]) -> list[dict[str, str]]:
3128
test_results = []

0 commit comments

Comments
 (0)