Prevents accidental imports when running tests.
Mainly because the former doesn't use pip to install it's dependencies which makes stuff potentially slow (no wheel caching) and litters the current directory.
And a lot of under the hood work.