mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Expect temp files in another test
This commit is contained in:
parent
9fdcfaf1b6
commit
9109322ed5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def test_no_clean_option_blocks_cleaning_after_install(script, data):
|
|||
build = script.base_path / 'pip-build'
|
||||
script.pip(
|
||||
'install', '--no-clean', '--no-index', '--build', build,
|
||||
'--find-links=%s' % data.find_links, 'simple',
|
||||
'--find-links=%s' % data.find_links, 'simple', expect_temp=True,
|
||||
)
|
||||
assert exists(build)
|
||||
|
||||
|
|
Loading…
Reference in a new issue