I saw these warnings when running the txkube tests:
/Users/crodrigues/txkube/src/txkube/testing/test/test_eliot.py:27: DeprecationWarning: add_destination is deprecated since 1.1.0. Use add_destinations instead.
/Users/crodrigues/txkube/src/txkube/testing/_eliot.py:29: DeprecationWarning: Tree is deprecated, use eliottree.tasks_from_iterable instead
/Users/crodrigues/txkube/src/txkube/testing/_eliot.py:37: DeprecationWarning: render_task_nodes is deprecated, use eliottree.render_tasks instead
I saw these warnings when running the txkube tests:
/Users/crodrigues/txkube/src/txkube/testing/test/test_eliot.py:27: DeprecationWarning: add_destination is deprecated since 1.1.0. Use add_destinations instead. /Users/crodrigues/txkube/src/txkube/testing/_eliot.py:29: DeprecationWarning: Tree is deprecated, use eliottree.tasks_from_iterable instead /Users/crodrigues/txkube/src/txkube/testing/_eliot.py:37: DeprecationWarning: render_task_nodes is deprecated, use eliottree.render_tasks instead