[lit] Drop the user-site packages directory from search paths when running tests
Do not add user-site packages directory to the python search path. This avoids test failures if there's an incompatible lit module installed inside the user-site packages directory, as it gets prioritized over the lit from the PYTHONPATH.
parent
06d3fce0
Please register or sign in to comment