| This file will not be in the source distribution! |
| assert not repo_content_path.is_dir() | assert not repo_content_path.is_dir() | ||||
| dds.repo_import(dds.build_dir / 'foo@1.2.3.tar.gz') | dds.repo_import(dds.build_dir / 'foo@1.2.3.tar.gz') | ||||
| assert repo_content_path.is_dir() | assert repo_content_path.is_dir() | ||||
| assert repo_content_path.joinpath('library.jsonc').is_file() | |||||
| # Excluded file will not be in the sdist: | |||||
| assert not repo_content_path.joinpath('other-file.txt').is_file() |