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) [
|
] ++ lib.optionals (!stdenv.isLinux) [
|
||||||
"--ignore=tests/native"
|
"--ignore=tests/native"
|
||||||
"--ignore=tests/other/test_locking.py"
|
"--ignore=tests/other/test_locking.py"
|
||||||
|
"--ignore=tests/other/test_state_introspection.py"
|
||||||
];
|
];
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# failing tests
|
# failing tests
|
||||||
|
Loading…
Reference in New Issue
Block a user