mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python39Packages.keyring: disable failing test
This commit is contained in:
parent
99ba0c0479
commit
f0bd879fdb
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ buildPythonPackage rec {
|
|||
disabledTests = lib.optionals (stdenv.isDarwin) [
|
||||
"test_multiprocess_get"
|
||||
"test_multiprocess_get_after_native_get"
|
||||
] ++ [
|
||||
# E ValueError: too many values to unpack (expected 1)
|
||||
"test_entry_point"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
|
Loading…
Reference in a new issue