Skip to content

Commit

Permalink
Add assertion for debugging travis
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <[email protected]>
  • Loading branch information
techalchemy committed Oct 3, 2018
1 parent 185e6b8 commit d5a5991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def working_set_extension():
while requirements:
req = requirements.popleft()
dist = pkg_resources.working_set.find(req)
assert dist, req
dists.add(dist)
requirements.extend(dist.requires())
return dists
Expand Down

0 comments on commit d5a5991

Please sign in to comment.