Skip to content

Commit

Permalink
Skip test on stdlib distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 3, 2024
1 parent 6bf20d9 commit a07de2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setuptools/tests/test_sdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ def get_source_files(self):
manifest = cmd.filelist.files
assert '.myfile~' in manifest

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

0 comments on commit a07de2b

Please sign in to comment.