diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-19 21:39:41 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-19 21:39:41 -0500 |
| commit | e4572e8c828cf5c82e072e01672283b5f27396a4 (patch) | |
| tree | e8cc8df65484f1f29d9e6bd0a27a362eadddd068 /setuptools/tests/test_dist.py | |
| parent | dcb24ad15465c266a3f258471766fbbe8fc8a42e (diff) | |
| parent | d1cef0c5aa0ca473d4b5fef6b11e5508a37663a2 (diff) | |
| download | python-setuptools-git-e4572e8c828cf5c82e072e01672283b5f27396a4.tar.gz | |
Merge branch 'master' into drop-py26
Diffstat (limited to 'setuptools/tests/test_dist.py')
| -rw-r--r-- | setuptools/tests/test_dist.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/test_dist.py b/setuptools/tests/test_dist.py index 435ffec0..c4c9bd03 100644 --- a/setuptools/tests/test_dist.py +++ b/setuptools/tests/test_dist.py @@ -39,6 +39,7 @@ def test_dist_fetch_build_egg(tmpdir): '''.split() with tmpdir.as_cwd(): dist = Distribution() + dist.parse_config_files() resolved_dists = [ dist.fetch_build_egg(r) for r in reqs |
