diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-17 20:38:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-17 20:38:06 -0400 |
| commit | 664421ec6a5d173c02b1c170cba481cec4aac1f9 (patch) | |
| tree | 5b6a8c5bd88cc6a6c5a809fe49a68f0e6f4423bf /pkg_resources/tests/test_resources.py | |
| parent | dede6cd06daa3a22cf4cda99eb32dae0339633c3 (diff) | |
| parent | bcddf126ec2f52fab767d611c67701512e046110 (diff) | |
| download | python-setuptools-git-664421ec6a5d173c02b1c170cba481cec4aac1f9.tar.gz | |
Merge pull request #743 from stepshal/block-comment
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 f3aaeab1..b2a9e353 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): |
