Skip to content

Commit a07de2b

Browse files
committed
Skip test on stdlib distutils
1 parent 6bf20d9 commit a07de2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/tests/test_sdist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ def get_source_files(self):
823823
manifest = cmd.filelist.files
824824
assert '.myfile~' in manifest
825825

826+
@pytest.mark.skipif("os.environ.get('SETUPTOOLS_USE_DISTUTILS') == 'stdlib'")
826827
def test_build_base_pathlib(self, source_dir):
827828
"""
828829
Ensure if build_base is a pathlib.Path, the build still succeeds.

0 commit comments

Comments
 (0)