From 80b65937edc9643e02525f523b5f5e94591a45b6 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 9 Apr 2020 16:29:34 +0530 Subject: [PATCH] ooops --- tests/unit/test_locations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/test_locations.py b/tests/unit/test_locations.py index b0ffe8e41a0..bf6ad4a6cf5 100644 --- a/tests/unit/test_locations.py +++ b/tests/unit/test_locations.py @@ -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