mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| test_docker_containers.py | ||