[Pkg-privacy-maintainers] Bug#1090028: txtorcon: please remove the extraneous python3-mock build-dependency

Alexandre Detiste alexandre.detiste at gmail.com
Sun Dec 15 13:57:36 GMT 2024


Source: txtorcon
Version: 24.8.0-1
Severity: normal

Dear Maintainers,

Upstream as switched last year to using unittest.mock
from the standard library: https://github.com/meejah/txtorcon/pull/392

Please remove the now extraneous build-dependency on python3-mock

Greetings


~/deb/txtorcon$ grep mock -r | grep -e import -e debian
debian/control:               python3-mock,
test3/test_controller.py:from unittest.mock import Mock, patch
test/test_controller.py:from unittest.mock import Mock, patch
test/py3_test_controller.py:from unittest.mock import Mock
test/test_endpoints.py:from unittest.mock import patch
test/test_endpoints.py:from unittest.mock import Mock, MagicMock
test/test_torconfig.py:from unittest.mock import Mock, patch
test/test_socks.py:from unittest.mock import Mock, patch
test/test_onion.py:from unittest.mock import Mock
test/test_web.py:from unittest.mock import Mock
test/test_util.py:from unittest.mock import patch
test/test_attacher.py:from unittest.mock import Mock
test/test_torstate.py:from unittest.mock import patch, Mock
test/test_circuit.py:from unittest.mock import patch
test/test_circuit.py:from unittest.mock import Mock
test/test_router.py:from unittest.mock import Mock



More information about the Pkg-privacy-maintainers mailing list