forked from pypa/pip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: rework tests virtual environment
- cleanup virtualenv creation code - ensure all testing virtual environments use a recent version of setuptools / wheel, making it easier to switch to custom versions of those, as well as reducing network accesses - reduce size of testing virtual environment, slightly speeding up the testsuite
- Loading branch information
1 parent
c30b10a
commit add3801
Showing
18 changed files
with
322 additions
and
418 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ htmlcov/ | |
nosetests.xml | ||
coverage.xml | ||
*.cover | ||
tests/data/common_wheels/ | ||
|
||
# Misc | ||
*~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.