Skip to content

Commit

Permalink
Remove paragma no cover marker
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Jun 3, 2021
1 parent 26ef413 commit 6349380
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions piptools/repositories/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ def resolve_reqs(self, download_dir, ireq, wheel_cache):
if PIP_VERSION < (19, 4):
resolver.require_hashes = require_hashes
results = resolver._resolve_one(reqset, ireq)
else: # pragma: no cover
# TODO remove pragma after pip==19.4 being released
else:
results = resolver._resolve_one(reqset, ireq, require_hashes)

reqset.cleanup_files()
Expand Down

0 comments on commit 6349380

Please sign in to comment.