Benchmarks aren't discoverable anymore

This commit is contained in:
Hynek Schlawack 2024-07-19 11:14:50 +02:00
parent 6733796c5f
commit 18f7f992b6
No known key found for this signature in database
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +1,6 @@
# SPDX-License-Identifier: MIT
from datetime import timedelta
from importlib.util import find_spec
import pytest
@ -31,12 +30,6 @@ def pytest_configure(config):
)
settings.load_profile("patience")
# CodSpeed doesn't work on all supported platforms.
if find_spec("pytest_codspeed") is None:
config.addinivalue_line(
"markers", "benchmark: This marker does nothing."
)
collect_ignore = []
if not PY_3_10_PLUS: