LeastAuthority / txkube

A Twisted-based Kubernetes client.
MIT License
12 stars 6 forks source link

When running txkube tests, eliottree tests are displaying Deprecation warnings #179

Closed rodrigc closed 6 years ago

rodrigc commented 6 years ago

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