Vineet
b429baf01b
Use relative paths in pickled virtualenv files
...
Absolute path causes tests to fail on travis-ci.
2015-03-29 13:30:46 +05:30
Vineet
2eacd1e11b
Update venv pickle files fixing tox tests
...
The pickle files for test virtualenv data were created using an older
version of pip. As tox started using the newer version of pip, these
files were obsolete and it lead to failure of tests run via tox. This is
now fixed by regenerating the pickle files for pip ver. 6.0.8
2015-03-29 13:10:20 +05:30
Vineet
717e07d492
Move cyclic_deps.pickle inside tests/virtualenvs
...
for consistency
2014-06-22 21:31:35 +05:30
Marc Abramowitz
e5c03eb91d
Fix infinite recursion for cyclic deps
...
Fixes #13 (https://github.com/naiquevin/pipdeptree/issues/13 )
2014-06-17 16:57:08 -07:00
Marc Abramowitz
b6eea3084a
Add test_render_tree_cyclic_dependency
...
Test for issue in #13 (https://github.com/naiquevin/pipdeptree/issues/13 )
2014-06-16 10:05:30 -07:00
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