Commit 664421ec authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #743 from stepshal/block-comment

Fix spacing after comment hash.
parents dede6cd0 bcddf126
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment