- Package:
- src:python-etcd3
- Source:
- src:python-etcd3
- Submitter:
- Alexandre Detiste
- Date:
- 2026-09-20 15:47:02 UTC
- Severity:
- normal
Dear Maintainer, This project has been inactive upstream for four years. Please consider this trivial patch to help finalize the removal of python3-mock from Debian. Greetings Alexandre /tmp/python-etcd3-0.12.0$ grep mock -r -debian/control: python3-mock, -tests/test_etcd3.py:import mock +tests/test_etcd3.py:from unittest import mock tests/test_etcd3.py: with mock.patch.object(etcd.watcher._new_watch_cond, 'wait',