Home
last modified time | relevance | path

Searched refs:sdist_path (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/tests/integration/
Dhelpers.py65 def get_sdist_members(sdist_path): argument
66 with tarfile.open(sdist_path, "r:gz") as tar:
/external/python/setuptools/setuptools/tests/
Dtest_build_meta.py356 sdist_path = build_backend.build_sdist("temp")
359 with tarfile.open(os.path.join(tmpdir, "temp", sdist_path)) as tar:
444 sdist_path = build_backend.build_sdist("temp")
456 with tarfile.open(os.path.join(tmpdir, "temp", sdist_path)) as tar: