diff options
author | insiv <nessento@openmailbox.org> | 2016-08-17 22:47:37 +0700 |
---|---|---|
committer | insiv <nessento@openmailbox.org> | 2016-08-17 22:47:37 +0700 |
commit | bcddf126ec2f52fab767d611c67701512e046110 (patch) | |
tree | f58fc5d4b936ba64a57a565502d432b91d6f63c5 /pkg_resources/tests/test_resources.py | |
parent | 0addcafeb1c80ba1ffc57756ffe7e3f0210cee1f (diff) | |
download | external_python_setuptools-bcddf126ec2f52fab767d611c67701512e046110.tar.gz external_python_setuptools-bcddf126ec2f52fab767d611c67701512e046110.tar.bz2 external_python_setuptools-bcddf126ec2f52fab767d611c67701512e046110.zip |
Fix spacing after comment hash.
Diffstat (limited to 'pkg_resources/tests/test_resources.py')
-rw-r--r-- | pkg_resources/tests/test_resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/tests/test_resources.py b/pkg_resources/tests/test_resources.py index e0dbb652..854bc327 100644 --- a/pkg_resources/tests/test_resources.py +++ b/pkg_resources/tests/test_resources.py @@ -153,7 +153,7 @@ class TestDistro: list(map(ws.add, targets)) with pytest.raises(VersionConflict): ws.resolve(parse_requirements("Foo==0.9"), ad) - ws = WorkingSet([]) # reset + ws = WorkingSet([]) # reset # Request an extra that causes an unresolved dependency for "Baz" with pytest.raises(pkg_resources.DistributionNotFound): |