python310Packages.pgpy: ignore broken test

main
Sandro Jäckel 2 years ago committed by Jonathan Ringer
parent f3270c3311
commit 270c6472ad
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 5
      pkgs/development/python-modules/pgpy/default.nix

@ -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";

Loading…
Cancel
Save