We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7465c commit 9a878d6Copy full SHA for 9a878d6
tests/test_main.py
@@ -5,6 +5,8 @@
5
import importlib
6
import importlib_metadata
7
import contextlib
8
+from test.support import os_helper
9
+
10
import pyfakefs.fake_filesystem_unittest as ffs
11
12
from . import fixtures
@@ -396,6 +398,7 @@ def test_packages_distributions_all_module_types(self):
396
398
397
399
assert not any(name.endswith('.dist-info') for name in distributions)
400
401
+ @os_helper.skip_unless_symlink
402
def test_packages_distributions_symlinked_top_level(self) -> None:
403
"""
404
Distribution is resolvable from a simple top-level symlink in RECORD.
0 commit comments