Fix typo in the comment

This commit is contained in:
Семён Марьясин
2018-04-18 12:47:52 +03:00
committed by GitHub
parent 159cd39777
commit d8015764e6

View File

@@ -333,7 +333,7 @@ class Session(nodes.FSCollector):
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)