#1148537 python-etcd3: please patch-out the trivial usage of python3-mock

#1148537#5
Date:
2026-09-20 15:42:40 UTC
From:
To:
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',