Skip to content

Commit

Permalink
Cope with --build-dir deprecation warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jun 1, 2020
1 parent dc655b0 commit 0277889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def test_no_clean_option_blocks_cleaning_after_wheel(script, data):
'--find-links={data.find_links}'.format(**locals()),
'simple',
expect_temp=True,
allow_stderr_warning=True,
)
build = build / 'simple'
assert exists(build), \
Expand Down

0 comments on commit 0277889

Please sign in to comment.