1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

python.pkgs.python-axolotl: enable tests

This commit is contained in:
Robert Schütz 2018-07-23 11:28:20 +02:00 committed by Frederik Rietdijk
parent 634875fb15
commit 387c172369

View file

@ -10,8 +10,6 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [ cryptography python-axolotl-curve25519 protobuf ];
# IV == 0 in tests is not supported by pycryptodome (our pycrypto drop-in)
doCheck = false;
meta = with lib; {
homepage = https://github.com/tgalal/python-axolotl;