From 9c618ae0fb507cd7bb944a70cb44a2b79c890aac Mon Sep 17 00:00:00 2001 From: Artur Cygan Date: Fri, 5 Feb 2021 20:15:49 +0100 Subject: [PATCH] pythonPackages.manticore: fix tests on darwin --- pkgs/development/python-modules/manticore/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/manticore/default.nix b/pkgs/development/python-modules/manticore/default.nix index f9ca3afc4b1..9e0938fb148 100644 --- a/pkgs/development/python-modules/manticore/default.nix +++ b/pkgs/development/python-modules/manticore/default.nix @@ -57,6 +57,7 @@ buildPythonPackage rec { ] ++ lib.optionals (!stdenv.isLinux) [ "--ignore=tests/native" "--ignore=tests/other/test_locking.py" + "--ignore=tests/other/test_state_introspection.py" ]; disabledTests = [ # failing tests