Skip to content

Commit 787e5c4

Browse files
committed
test: we don't use 'expensive' as a mark now
Maybe we'll replace it sometime.
1 parent 7e49831 commit 787e5c4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ ignored-argument-names = "_|unused|.*_unused"
113113
[tool.pytest.ini_options]
114114
addopts = "-q -n auto --dist=loadgroup -p no:legacypath --strict-markers --no-flaky-report -rfEX --failed-first"
115115
python_classes = "*Test"
116-
markers = [
117-
"expensive: too slow to run during \"make smoke\"",
118-
]
119116

120117
### pytest.mark.xdist_group() values, and why:
121118
# "virtualenv_test": because of an expensive session-scoped fixture

tests/test_oddball.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ def test_unsets_trace() -> None:
557557
)
558558
assert expected == out
559559

560-
@pytest.mark.expensive
561560
@pytest.mark.skipif(env.METACOV, reason="Can't set trace functions during meta-coverage")
562561
def test_atexit_gettrace(self) -> None:
563562
# This is not a test of coverage at all, but of our understanding

0 commit comments

Comments
 (0)