python3Packages.async-lru: fix tests

main
Martin Weinelt 2 years ago
parent 20b0221ec3
commit f1738923eb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 4
      pkgs/development/python-modules/async-lru/default.nix

@ -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"

Loading…
Cancel
Save