pythonPackages.manticore: fix tests on darwin
This commit is contained in:
parent
601a2cb9fd
commit
9c618ae0fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user