We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996a0ce commit 7a1444aCopy full SHA for 7a1444a
tests/fixtures.py
@@ -8,16 +8,12 @@
8
import textwrap
9
from importlib import resources
10
11
-from jaraco.test.cpython import from_test_support, try_import
+from test.support import os_helper # type: ignore[import-untyped]
12
13
from . import _path
14
from ._path import FilesSpec
15
from .compat.py312 import import_helper
16
17
-os_helper = try_import('os_helper') or from_test_support(
18
- 'FS_NONASCII', 'skip_unless_symlink', 'temp_dir'
19
-)
20
-
21
22
@contextlib.contextmanager
23
def tmp_path():
0 commit comments