Skip to content

Commit 6b7e1a2

Browse files
committed
Sync {Session,Package}.gethookproxy
Only copy'n'paste error from c416b1d.
1 parent 817c094 commit 6b7e1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def _recurse(self, dirpath: py.path.local) -> bool:
594594

595595
def gethookproxy(self, fspath):
596596
# check if we have the common case of running
597-
# hooks with all conftest.py filesall conftest.py
597+
# hooks with all conftest.py files
598598
pm = self.config.pluginmanager
599599
my_conftestmodules = pm._getconftestmodules(fspath)
600600
remove_mods = pm._conftest_plugins.difference(my_conftestmodules)

0 commit comments

Comments
 (0)