python310Packages.flask-caching: ignore flaky test
This commit is contained in:
parent
1edee9b53d
commit
5d6d472524
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, fetchPypi
|
||||
@ -37,6 +38,9 @@ buildPythonPackage rec {
|
||||
# optional backends
|
||||
"Redis"
|
||||
"Memcache"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
# ignore flaky test
|
||||
"test_cached_view_class"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user