Dear Maintainer,
v0.44 does not use 'mock' anymore,
please drop the leftover dependency from d/control
Greetings
Alexandre
/tmp/python-awscurl-0.44$ grep mock -r -C2 | grep -e debian -e import -C 2
debian/control- python3-botocore,
debian/control- python3-configargparse,
debian/control: python3-mock,
debian/control- python3-pytest,
debian/control- python3-pytest-cov,
--
tests/unit_test.py-
tests/unit_test.py-try:
tests/unit_test.py: from mock import patch # type: ignore[import-untyped]
tests/unit_test.py-except ImportError:
tests/unit_test.py: from unittest.mock import patch
tests/unit_test.py-
--
tests/tls_test.py-from typing import Any
tests/tls_test.py-from unittest import TestCase
tests/tls_test.py:from unittest.mock import patch