mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
python.pkgs.python-axolotl: enable tests
This commit is contained in:
parent
634875fb15
commit
387c172369
@ -10,8 +10,6 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ cryptography python-axolotl-curve25519 protobuf ];
|
propagatedBuildInputs = [ cryptography python-axolotl-curve25519 protobuf ];
|
||||||
# IV == 0 in tests is not supported by pycryptodome (our pycrypto drop-in)
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://github.com/tgalal/python-axolotl;
|
homepage = https://github.com/tgalal/python-axolotl;
|
||||||
|
Loading…
Reference in New Issue
Block a user