Skip to content

Commit e478f66

Browse files
committed
cache is set by the cacheprovider
1 parent c25310d commit e478f66

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/_pytest/stepwise.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from _pytest.cacheprovider import Cache
21
import pytest
32

43

@@ -19,9 +18,8 @@ def pytest_addoption(parser):
1918
)
2019

2120

22-
@pytest.hookimpl(tryfirst=True)
21+
@pytest.hookimpl
2322
def pytest_configure(config):
24-
config.cache = Cache.for_config(config)
2523
config.pluginmanager.register(StepwisePlugin(config), "stepwiseplugin")
2624

2725

0 commit comments

Comments
 (0)