-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29267/
-----------------------------------------------------------

Review request for Aurora and Brian Wickman.


Repository: aurora


Description
-------

Remove unused 3rdparty dependencies.
Wire up tests not linked to src/test/python:all
Remove unused tests.


Diffs
-----

  3rdparty/python/requirements.txt 9d9e966fbfc2ac9c06e6784d41e83c7971e09895 
  src/test/python/apache/aurora/client/BUILD 
e31e434723a8aa884bc528987b8aa98077ec0548 
  src/test/python/apache/aurora/executor/BUILD 
3095f2a148b21365ea2f500039adb5710a187fa1 
  src/test/python/apache/aurora/executor/common/BUILD 
4fa80b82f36afbb8224187c63f7d223750d8b5ea 
  src/test/python/apache/aurora/executor/test_executor_builds.py 
be6800ffc42fed07ca9171d7f36331e284b224b7 

Diff: https://reviews.apache.org/r/29267/diff/


Testing
-------

Listed leaf dependencies:

```bash
for target in $(./pants goal list :: 2>/dev/null); do
  if [[ -z "$(./pants goal dependees $target 2>/dev/null)" ]]; then
    echo $target
  fi
done
```


Thanks,

Kevin Sweeney

Reply via email to