Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(python_library): fix unit test dependency installation (#811)
Perviously, system tests allow users to pass in separate lists for `system_test_external_dependencies` and `unit_test_local_dependencies`, which would install dependencies needed for the test. Unit tests only had a single option called `unit_test_dependencies`, which only supported local packages. This PR makes unit tests consistent with system tests by handling `unit_test_external_dependencies` and `unit_test_local_dependencies`. I kept `unit_test_dependencies` around with it's previous behaviour for backwards compatibility, in case any repos are using it as-is.
- Loading branch information