Skip to content

Commit

Permalink
python310Packages.flask-caching: ignore flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Jan 13, 2023
1 parent 1edee9b commit 5d6d472
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/flask-caching/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, pythonOlder
, fetchPypi
Expand Down Expand Up @@ -37,6 +38,9 @@ buildPythonPackage rec {
# optional backends
"Redis"
"Memcache"
] ++ lib.optionals stdenv.isDarwin [
# ignore flaky test
"test_cached_view_class"
];

meta = with lib; {
Expand Down

0 comments on commit 5d6d472

Please sign in to comment.