Tox lets you run tests against a Python package with the package installed. This makes it easy to test console scripts from the package. Is there an easy way to do that with Pants? the
python_test.runtime_package_dependencies seems to just put the package at the root of the test directory, not install it.