From 3e87da96bd3ffd8948cc6aacaa20dbe19a970306 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Sun, 30 Jun 2013 18:43:35 -0700 Subject: [PATCH] Don't skip 'import site' on initialization when running tests for inplace builds --- Tests/run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/run.py b/Tests/run.py index e9fb319f0..02b633c90 100644 --- a/Tests/run.py +++ b/Tests/run.py @@ -20,7 +20,6 @@ python_options = [] tester_options = [] if "--installed" not in sys.argv: - python_options.append("-S") os.environ["PYTHONPATH"] = "." if "--coverage" in sys.argv: