Merge pull request #112069 from arcz/manticore

pythonPackages.manticore: fix tests on darwin
This commit is contained in:
Sandro 2021-02-05 22:45:48 +01:00 committed by GitHub
commit 2a0677fd9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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