forked from mirrors/nixpkgs
pythonPackages.pynacl: fix tests
This commit is contained in:
parent
18637d877a
commit
4f51481bb2
|
@ -28634,7 +28634,13 @@ in {
|
|||
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 {
|
||||
|
|
Loading…
Reference in a new issue