Skip to content

Commit

Permalink
Another style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed May 23, 2023
1 parent 44241f6 commit b819db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Expand Up @@ -62,6 +62,7 @@ def install():
c = MockContext(run=True, repeat=True)
mkdtemp.return_value = "tmpdir"
get_archives.return_value = ["foo.tgz", "foo.whl"]

# I hate this but don't see a cleaner way to mock out a nested
# 'exists()' w/o breaking everything else, or using a real tmpdir.
def set_exists(value):
Expand Down

0 comments on commit b819db8

Please sign in to comment.