Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit21c5f87
committed
Don't preinstall dependencies in test_installation
This removes the step in test_installation that did the equivalentof "pip install -r requirements.txt", because installing GitPythonis sufficient to install all its required dependencies, and it ismore important to test that than to test requirements.txt directly.Removing this causes the test to fail if installing the projectdoesn't entail installation of the requirements necessary to importthe git module or to cause gitdb to be found in a sys.path search.1 parentb9b6d8c commit21c5f87
1 file changed
+0
-10
lines changedLines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 | 26 |
| |
37 | 27 |
| |
38 | 28 |
| |
|
0 commit comments
Comments
(0)