Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't preinstall dependencies in test_installation
This removes the step in test_installation that did the equivalent of "pip install -r requirements.txt", because installing GitPython is sufficient to install all its required dependencies, and it is more important to test that than to test requirements.txt directly. Removing this causes the test to fail if installing the project doesn't entail installation of the requirements necessary to import the git module or to cause gitdb to be found in a sys.path search.
- Loading branch information