python3Packages.async-lru: fix tests

This commit is contained in:
Martin Weinelt 2022-02-15 22:49:50 +01:00
parent 20b0221ec3
commit f1738923eb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -28,6 +28,10 @@ buildPythonPackage rec {
pytest-asyncio
];
pytestFlagsArray = [
"--asyncio-mode=strict"
];
disabledTests = [
# https://github.com/aio-libs/async-lru/issues/341
"test_alru_cache_deco"