Skip to content

Commit

Permalink
Failing doctest for dash normalization in wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Freeland committed May 16, 2015
1 parent 14e44d1 commit 924157d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libpip2pi/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def file_to_package(file, basedir=None):
('PyYAML', '3.10-py2.7-macosx-10.7-x86_64.egg')
>>> file_to_package("python_ldap-2.3.9-py2.7-macosx-10.3-fat.egg")
('python-ldap', '2.3.9-py2.7-macosx-10.3-fat.egg')
>>> file_to_package("python_ldap-2.4.19-cp27-none-macosx_10_10_x86_64.whl")
('python-ldap', '2.4.19-cp27-none-macosx_10_10_x86_64.whl')
>>> file_to_package("foo.whl")
Traceback (most recent call last):
...
Expand Down

0 comments on commit 924157d

Please sign in to comment.