diff --git a/src/_pytest/python.py b/src/_pytest/python.py index 9def7e49e..916ef7bd5 100644 --- a/src/_pytest/python.py +++ b/src/_pytest/python.py @@ -594,7 +594,7 @@ class Package(Module): def gethookproxy(self, fspath): # 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 my_conftestmodules = pm._getconftestmodules(fspath) remove_mods = pm._conftest_plugins.difference(my_conftestmodules)