pythonPackages.pynacl: fix tests

This commit is contained in:
Frederik Rietdijk 2016-11-25 09:12:35 +01:00
parent 18637d877a
commit 4f51481bb2

View File

@ -28634,7 +28634,13 @@ in {
sha256 = "1hknxlp3a3f8njn19w92p8nhzl9jkfwzhv5fmxhmyq2m8hqrfj8j"; sha256 = "1hknxlp3a3f8njn19w92p8nhzl9jkfwzhv5fmxhmyq2m8hqrfj8j";
}; };
propagatedBuildInputs = with self; [pkgs.libsodium six cffi pycparser pytest]; buildInputs = with self; [ pytest coverage ];
propagatedBuildInputs = with self; [pkgs.libsodium six cffi pycparser];
checkPhase = ''
coverage run --source nacl --branch -m pytest
'';
}; };
service-identity = buildPythonPackage rec { service-identity = buildPythonPackage rec {