Source: python-memcache
Version: 1.62-1
Severity: normal

Dear Maintainer,

Import of "mock" has been hybridized and
python-memcache will now prefer the new unittest.mock
from the standard library.

Greetings

Alexandre

---

tchet@quieter:/tmp/python-memcache$ grep mock -r -C 2

debian/control-Build-Depends-Indep:
debian/control- memcached,
debian/control: python3-mock,
debian/control- python3-pytest

tests/test_memcache.py-try:
tests/test_memcache.py:    import unittest.mock as mock
tests/test_memcache.py-except ImportError:
tests/test_memcache.py:    import mock

Reply via email to