python39Packages.keyring: disable failing test

This commit is contained in:
Sandro Jäckel 2021-08-27 12:45:18 +02:00 committed by Martin Weinelt
parent 99ba0c0479
commit f0bd879fdb

View File

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