This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
pipdeptree
mirror of
https://github.com/tox-dev/pipdeptree.git
Watch
1
Star
1
Fork
You've already forked pipdeptree
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c5275e7ecb
pipdeptree
/
tests
/
profiles
/
webapp
/
.gitignore
1 line
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Write new style integration tests The earlier approach for integration tests was unreliable as it used pickled objects from virtualenvs, which didn't work with all the pip internal code and would often require tests to be fixed. In this new approach, a combination of bash and python scripts drive the tests. Test virtualenvs are setup on demand with support for varying python and pip versions. As a result, the test environment (python 3.6) can be completely different from the test environment ie. the env in which pipdeptree is tested. TODO: Get the new approach working with travis and remove old integration tests.
2020-04-12 06:10:33 +00:00
.env*