mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 19:57:58 +00:00
a33e51e04a
* Prefer unitest.mock by using compat.mock `mock` is a backport of the `unittest.mock` module from the stdlib, and there's no reason to use it on newer Python versions. `mock` is deprecated in Fedora, so I figured I'd propose this here before downstream patching our ansible-collection-community-docker package. * Remove compat.mock code for older Python 3 versions This removes compatibility for older versions of Python 3 that are no longer supported.