aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/with_third_party_requirements/README.md
blob: a7ef7a3ca75502a52538d838eba56ec7fdb20b08 (plain)
1
2
3
4
5
6
7
# With third-party requirements

This test case asserts that 
* a `py_library` is generated with dependencies
extracted from its sources and a `py_binary` is generated embeding the
`py_library` and inherits its dependencies, without specifying the `deps` again.
* when a third-party library and a module in the same package having the same name, the one in the same package takes precedence.