Sync `{Session,Package}.gethookproxy`
Only copy'n'paste error from c416b1d935
.
This commit is contained in:
parent
817c094ce6
commit
6b7e1a246c
|
@ -594,7 +594,7 @@ class Package(Module):
|
||||||
|
|
||||||
def gethookproxy(self, fspath):
|
def gethookproxy(self, fspath):
|
||||||
# check if we have the common case of running
|
# check if we have the common case of running
|
||||||
# hooks with all conftest.py filesall conftest.py
|
# hooks with all conftest.py files
|
||||||
pm = self.config.pluginmanager
|
pm = self.config.pluginmanager
|
||||||
my_conftestmodules = pm._getconftestmodules(fspath)
|
my_conftestmodules = pm._getconftestmodules(fspath)
|
||||||
remove_mods = pm._conftest_plugins.difference(my_conftestmodules)
|
remove_mods = pm._conftest_plugins.difference(my_conftestmodules)
|
||||||
|
|
Loading…
Reference in New Issue