python310Packages.pgpy: ignore broken test

This commit is contained in:
Sandro Jäckel
2022-06-06 11:46:21 -07:00
committed by Jonathan Ringer
parent f3270c3311
commit 270c6472ad
@@ -25,6 +25,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# assertions contains extra: IDEA has been deprecated
"test_encrypt_bad_cipher"
];
meta = with lib; {
homepage = "https://github.com/SecurityInnovation/PGPy";
description = "Pretty Good Privacy for Python 2 and 3";