parent
d1c9c54571
commit
c55ca155e9
|
@ -476,6 +476,8 @@ class PytestPluginManager(PluginManager):
|
||||||
def consider_pluginarg(self, arg):
|
def consider_pluginarg(self, arg):
|
||||||
if arg.startswith("no:"):
|
if arg.startswith("no:"):
|
||||||
name = arg[3:]
|
name = arg[3:]
|
||||||
|
if name == "cacheprovider":
|
||||||
|
self.consider_pluginarg("no:stepwise")
|
||||||
self.set_blocked(name)
|
self.set_blocked(name)
|
||||||
if not name.startswith("pytest_"):
|
if not name.startswith("pytest_"):
|
||||||
self.set_blocked("pytest_" + name)
|
self.set_blocked("pytest_" + name)
|
||||||
|
|
Loading…
Reference in New Issue