mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Merge pull request #112069 from arcz/manticore
pythonPackages.manticore: fix tests on darwin
This commit is contained in:
commit
2a0677fd9a
@ -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