Marc Abramowitz
b94fabc8dc
Workaround for pip issue 1867
...
https://github.com/pypa/pip/issues/1867
When hash randomization is enabled, pip can return different names for
git editables from run to run.
This change accounts for that in the tests for freezed output.
2014-06-16 07:50:16 -07:00
Vineet
6d094a049c
Resolve merge conflicts
2014-06-14 23:44:16 +05:30
Vineet
0f0d3d21ff
Resolve merge conflicts in tox.ini
2014-06-14 23:07:23 +05:30
Marc Abramowitz
aea387bcb3
Add script for creating test virtualenv
...
so that tests are not reliant on /home/vineet/.virtualenvs/equimapper
2014-06-14 09:05:25 -07:00
Marc Abramowitz
092a3e7e06
Support Python 2.6
2014-06-13 11:28:45 -07:00
Marc Abramowitz
32c30cb800
Switch from nose to pytest
...
Nicer output when asserts fail
Also more actively maintained and more flexible (e.g.: fixtures,
conftest.py)
2014-06-12 15:55:52 -07:00
Vineet
29650c3975
Warn about possibly confusing deps + refactor
...
* Added code to show warnings about possibly confusing dependencies
* A command line option '-w' or '--nowarn' added to allow for inhibition
of the warnings
* A lot of code had to be refactored to do this cleanly
2014-05-11 12:12:48 +05:30
Vineet
435dfa6ada
Add --freeze flag for writing to requirement files
...
When this flag is active, the source of repos installed via VCS and
whether or not they are editable will also be printed
2014-05-11 00:20:15 +05:30
Vineet
352a5ec333
Fix tests
2014-02-05 23:40:44 +05:30
Vineet
36e8baab36
Fix loading of the pickled fixture under py3
2014-02-05 22:44:42 +05:30
Vineet
d6c56673e3
Change extension of pickle file to .pickle
2014-02-02 23:18:06 +05:30
Vineet
45ae660dea
Add tests
2014-02-02 23:14:29 +05:30