python311Packages.flask-caching: disable more tests on darwin
This commit is contained in:
parent
b87f8c382e
commit
3d0a1fef9f
@ -47,6 +47,7 @@ buildPythonPackage rec {
|
||||
"Memcache"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
# ignore flaky test
|
||||
"test_cache_timeout_dynamic"
|
||||
"test_cached_view_class"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user