This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients methane, ned.deily, ronaldoussoren, vstinner, xtreak
Date 2018-07-24.09:33:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532424813.51.0.56676864532.issue34177@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe, vsts machine installs Homebrew's Python.
Homebrew's Python installes /usr/local/lib/python3.7/sitecustomize.py

https://github.com/Homebrew/homebrew-core/blob/0ce9a5a481b3472608fe4e4188cb5d243deebb99/Formula/python.rb#L295-L329

When running tests, it is imported.
It causes test_startup_imports fail.

Maybe, we can use random prefix instead of default /usr/local to avoid this conflict.
History
Date User Action Args
2018-07-24 09:33:33methanesetrecipients: + methane, ronaldoussoren, vstinner, ned.deily, xtreak
2018-07-24 09:33:33methanesetmessageid: <1532424813.51.0.56676864532.issue34177@psf.upfronthosting.co.za>
2018-07-24 09:33:33methanelinkissue34177 messages
2018-07-24 09:33:33methanecreate