Zameer Manji created AURORA-1325:
------------------------------------
Summary: `src/test/python/apache/aurora/api_util.py` is not apart
of any pants targets
Key: AURORA-1325
URL: https://issues.apache.org/jira/browse/AURORA-1325
Project: Aurora
Issue Type: Bug
Reporter: Zameer Manji
Priority: Minor
There is no pants target which lists
`src/test/python/apache/aurora/api_util.py` as a source file.
`src/test/python/apache/aurora/BUILD` just contains:
{noformat}
python_test_suite(
name = 'all',
dependencies = [
'src/test/python/apache/aurora/admin:all',
'src/test/python/apache/aurora/client:all',
'src/test/python/apache/aurora/common:all',
'src/test/python/apache/aurora/config:all',
'src/test/python/apache/aurora/executor:all',
]
)
{noformat}
Improper source dependency specification can cause us some trouble if we are
not careful, it is probably best to move this file closer to where it is used.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)