File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,6 @@ ignored-argument-names = "_|unused|.*_unused"
113
113
[tool .pytest .ini_options ]
114
114
addopts = " -q -n auto --dist=loadgroup -p no:legacypath --strict-markers --no-flaky-report -rfEX --failed-first"
115
115
python_classes = " *Test"
116
- markers = [
117
- " expensive: too slow to run during \" make smoke\" " ,
118
- ]
119
116
120
117
# ## pytest.mark.xdist_group() values, and why:
121
118
# "virtualenv_test": because of an expensive session-scoped fixture
Original file line number Diff line number Diff line change @@ -557,7 +557,6 @@ def test_unsets_trace() -> None:
557
557
)
558
558
assert expected == out
559
559
560
- @pytest .mark .expensive
561
560
@pytest .mark .skipif (env .METACOV , reason = "Can't set trace functions during meta-coverage" )
562
561
def test_atexit_gettrace (self ) -> None :
563
562
# This is not a test of coverage at all, but of our understanding
You can’t perform that action at this time.
0 commit comments