1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

Bump version to 2.0.0 (#1369)

* Bump version to 2.0.0.

* Remove deprecated 2.0.0 features.

* Test for failure.

* Fix cache plugin unit tests.

* Accept direct import only for Ansible 2.9.
This commit is contained in:
Felix Fontein
2020-11-26 14:26:36 +01:00
committed by GitHub
parent 25c52d56bd
commit 1db167b12a
9 changed files with 21 additions and 50 deletions

View File

@ -28,8 +28,4 @@ from ansible_collections.community.general.plugins.cache.memcached import CacheM
def test_memcached_cachemodule():
assert isinstance(MemcachedCache(), MemcachedCache)
def test_memcached_cachemodule_with_loader():
assert isinstance(cache_loader.get('community.general.memcached'), MemcachedCache)