Skip to content

Commit e392b02

Browse files
committed
Add additional test packages
- Allows more thorough testing of new resolution method Signed-off-by: Dan Ryan <[email protected]>
1 parent 6b1d617 commit e392b02

10 files changed

+1
-5
lines changed

pipenv/utils.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,7 @@ def get_deps_from_req(cls, req):
384384
if not r.url:
385385
continue
386386
line = _requirement_to_str_lowercase_name(r)
387-
try:
388-
new_req, _, _ = cls.parse_line(line)
389-
except ValueError:
390-
print("line was: %s" % line, file=sys.stderr)
391-
raise
387+
new_req, _, _ = cls.parse_line(line)
392388
new_constraints, new_lock = cls.get_deps_from_req(new_req)
393389
locked_deps.update(new_lock)
394390
constraints |= new_constraints
47.5 KB
Binary file not shown.
47.5 KB
Binary file not shown.

tests/pypi/enum34/enum34-1.1.6.tar.gz

39.1 KB
Binary file not shown.

tests/pypi/enum34/enum34-1.1.6.zip

43.7 KB
Binary file not shown.
Binary file not shown.
33.3 KB
Binary file not shown.
10.3 KB
Binary file not shown.
29.2 KB
Binary file not shown.

tests/pypi/typing/typing-3.6.6.tar.gz

70.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)