mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 12:34:00 +00:00
python39Packages.keyring: disable failing test
This commit is contained in:
parent
8e6c072063
commit
b444da8872
@ -48,6 +48,9 @@ buildPythonPackage rec {
|
|||||||
disabledTests = lib.optionals (stdenv.isDarwin) [
|
disabledTests = lib.optionals (stdenv.isDarwin) [
|
||||||
"test_multiprocess_get"
|
"test_multiprocess_get"
|
||||||
"test_multiprocess_get_after_native_get"
|
"test_multiprocess_get_after_native_get"
|
||||||
|
] ++ [
|
||||||
|
# E ValueError: too many values to unpack (expected 1)
|
||||||
|
"test_entry_point"
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
|
Loading…
Reference in New Issue
Block a user