Skip to content

Commit 416820d

Browse files
committed
fix rebase typo
1 parent 6052513 commit 416820d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def gethookproxy(
568568
if proxy is not None:
569569
return proxy
570570

571-
my_conftestmodules = self._pm._getconftestmodules(
571+
my_conftestmodules = pm._getconftestmodules(
572572
path,
573573
self.config.getoption("importmode"),
574574
rootpath=self.config.rootpath,

0 commit comments

Comments
 (0)