Commit Graph

11 Commits

Author SHA1 Message Date
Natalie Pendragon 65dd2c323d Improve dashed version parsing
Instead of chopping off the ends of versions containing dashes, this
will keep them intact. Also add some tests for the
parse_download_fname function.
2017-01-31 20:48:03 -05:00
Kfir Breger acb7f0238c PEP8 2017-01-25 09:51:16 +01:00
kennethreitz 013400ae28 fix broken tests 2017-01-24 21:34:44 -05:00
kennethreitz 9cd43ac922 better support for comments in requirements files
#45
2017-01-23 15:42:43 -05:00
Alex Chan 1cd2cef72b Don't throw a TypeError for requirements.txt in Python 3
Opening the file as `r` instead or `rb` ensures that we don't have
any implicit encoding/decoding of strings (so Python 3 is happy).
Includes a test that passes on both Python 2 and Python 3 which
checks this works correctly.
2017-01-23 09:14:22 +00:00
kennethreitz 0f49f0ccf8 fix for editable installs 2017-01-22 18:58:01 -05:00
kennethreitz a47c7e2b73 tests for editable installs 2017-01-22 18:50:56 -05:00
kennethreitz 36549c54ed update tests for refactor 2017-01-21 14:45:06 -05:00
kennethreitz 71af39f3ca improvements 2017-01-20 13:12:17 -05:00
kennethreitz bf857623a3 working 2017-01-20 13:07:56 -05:00
kennethreitz f240862625 basics 2017-01-20 12:33:23 -05:00