python314Packages.aiocache: disable flaky test

This commit is contained in:
Sandro Jäckel 2026-07-06 15:19:07 +02:00
commit e8cca2d616

View file

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