File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444from _pytest .config import ExitCode
4545from _pytest .fixtures import FixtureRequest
4646from _pytest .main import Session
47- from _pytest .monkeypatch import MonkeyPatch
4847from _pytest .nodes import Collector
4948from _pytest .nodes import Item
5049from _pytest .outcomes import Failed
5554from _pytest .reports import TestReport
5655from _pytest .tmpdir import TempdirFactory
5756
58-
5957if TYPE_CHECKING :
6058 from typing import Any
6159 from typing import Type
62- from typing_extensions import Literal # noqa: F401
6360
6461 import pexpect
6562
63+ from _pytest .monkeypatch import MonkeyPatch
64+
6665
6766IGNORE_PAM = [ # filenames added when obtaining details about the current user
6867 "/var/lib/sss/mc/passwd"
@@ -903,6 +902,7 @@ def copy_example(self, name=None):
903902
904903 """
905904 import warnings
905+
906906 from _pytest .warning_types import PYTESTER_COPY_EXAMPLE
907907
908908 warnings .warn (PYTESTER_COPY_EXAMPLE , stacklevel = 2 )
You can’t perform that action at this time.
0 commit comments