mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python310Packages.flask-caching: ignore flaky test
This commit is contained in:
parent
1edee9b53d
commit
5d6d472524
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue