Skip to content

Commit 18f7f99

Browse files
committed
Benchmarks aren't discoverable anymore
1 parent 6733796 commit 18f7f99

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: conftest.py

-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: MIT
22

33
from datetime import timedelta
4-
from importlib.util import find_spec
54

65
import pytest
76

@@ -31,12 +30,6 @@ def pytest_configure(config):
3130
)
3231
settings.load_profile("patience")
3332

34-
# CodSpeed doesn't work on all supported platforms.
35-
if find_spec("pytest_codspeed") is None:
36-
config.addinivalue_line(
37-
"markers", "benchmark: This marker does nothing."
38-
)
39-
4033

4134
collect_ignore = []
4235
if not PY_3_10_PLUS:

0 commit comments

Comments
 (0)