mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
python3Packages.async-lru: fix tests
This commit is contained in:
parent
20b0221ec3
commit
f1738923eb
@ -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…
Reference in New Issue
Block a user