mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python314Packages.aiocache: disable flaky test
This commit is contained in:
parent
a7e09e4bd3
commit
e8cca2d616
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ buildPythonPackage rec {
|
|||
|
||||
# TypeError: object MagicMock can't be used in 'await' expression
|
||||
"tests/ut/backends/test_redis.py::TestRedisBackend::test_close"
|
||||
|
||||
# flaky, see https://github.com/aio-libs/aiocache/issues/587
|
||||
"tests/acceptance/test_lock.py::TestRedLock::test_locking_dogpile"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue