Skip to content

Commit 024c73f

Browse files
committed
testing: fix a private pytest import to its current location
1 parent 5c676aa commit 024c73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_dsession.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ class TestDistReporter:
442442
@pytest.mark.xfail
443443
def test_rsync_printing(self, pytester: pytest.Pytester, linecomp) -> None:
444444
config = pytester.parseconfig()
445-
from _pytest.pytest_terminal import TerminalReporter
445+
from _pytest.terminal import TerminalReporter
446446

447447
rep = TerminalReporter(config, file=linecomp.stringio)
448448
config.pluginmanager.register(rep, "terminalreporter")

0 commit comments

Comments
 (0)