mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Don't skip 'import site' on initialization when running tests for inplace builds
This commit is contained in:
parent
946dc5f8a0
commit
3e87da96bd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user