Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: ignore asyncio related warning in test_deprecation_warnings
since python3.8 we have this warning: ``` DeprecationWarning('The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.') ``` and it's o.k. to have it since on Python 3.10 and up, we stop using that argument
- Loading branch information