3
0
Fork 0
forked from mirrors/nixpkgs

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;