From add3801163bf2b54eff4d44afc076c144217d530 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Mon, 8 Oct 2018 18:09:53 +0200 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 31e69bc00..dfa41c022 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ htmlcov/ nosetests.xml coverage.xml *.cover +tests/data/common_wheels/ # Misc *~ -- cgit v1.2.1