Skip to content

Commit

Permalink
ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Apr 9, 2020
1 parent 384b375 commit 80b6593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def test_distutils_config_file_read(self, tmpdir, monkeypatch):
lambda self: [str(f)],
)
import distutils.dist
import inspect
print(inspect.getsource(distutils.dist.old_parse_config_files))
scheme = distutils_scheme('example')
assert scheme['scripts'] == install_scripts, scheme
Expand Down

0 comments on commit 80b6593

Please sign in to comment.