Skip to content

Commit

Permalink
Benchmarks aren't discoverable anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 19, 2024
1 parent 6733796 commit 18f7f99
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SPDX-License-Identifier: MIT

from datetime import timedelta
from importlib.util import find_spec

import pytest

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 18f7f99

Please sign in to comment.