Skip to content

Commit

Permalink
Fix name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed Sep 1, 2022
1 parent a6246aa commit 31a3965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distutils/tests/test_dist.py
Expand Up @@ -508,9 +508,9 @@ def test_extra_pydistutils(self):
try:
dist = Distribution()
files = dist.find_config_files()
assert user_filename in files
assert extra_filename in files
finally:
os.remove(user_filename)
os.remove(extra_filename)
os.environ["DISTUTILS_EXTRA_CONFIG"] = old_extra_filename

def test_fix_help_options(self):
Expand Down

0 comments on commit 31a3965

Please sign in to comment.