Skip to content

Commit 7a1444a

Browse files
committed
Import os_helper directly.
1 parent 996a0ce commit 7a1444a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/fixtures.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@
88
import textwrap
99
from importlib import resources
1010

11-
from jaraco.test.cpython import from_test_support, try_import
11+
from test.support import os_helper # type: ignore[import-untyped]
1212

1313
from . import _path
1414
from ._path import FilesSpec
1515
from .compat.py312 import import_helper
1616

17-
os_helper = try_import('os_helper') or from_test_support(
18-
'FS_NONASCII', 'skip_unless_symlink', 'temp_dir'
19-
)
20-
2117

2218
@contextlib.contextmanager
2319
def tmp_path():

0 commit comments

Comments
 (0)