1. Steps to reproduce and the simplest code sample possible to demonstrate the issue
Create a project with cloudant==2.12.0 as a dependency installed
Install pytest package.
Run test session
2. What you expected to happen
No warning messages during a test session
3. What actually happened
================================================================================ warnings summary ================================================================================
/home/oklymenko/.virtualenvs/zakaz-commerceman-api/lib/python3.8/site-packages/cloudant/_common_util.py:22
/home/oklymenko/.virtualenvs/zakaz-commerceman-api/lib/python3.8/site-packages/cloudant/_common_util.py:22: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
from collections import Sequence
-- Docs: https://docs.pytest.org/en/latest/warnings.html
Environment details
Version(s) that are affected by this issue.
== 2.12.0
Please read these guidelines before opening an issue.
Bug Description
1. Steps to reproduce and the simplest code sample possible to demonstrate the issue
2. What you expected to happen
No warning messages during a test session
3. What actually happened
Environment details