pythonPackages.pynacl: clean up
This commit is contained in:
parent
47f25fae44
commit
b42a5405df
@ -14,11 +14,11 @@ buildPythonPackage rec {
|
|||||||
# set timeout to unlimited, remove deadline from tests, see https://github.com/pyca/pynacl/issues/370
|
# set timeout to unlimited, remove deadline from tests, see https://github.com/pyca/pynacl/issues/370
|
||||||
patches = [ ./pynacl-no-timeout-and-deadline.patch ];
|
patches = [ ./pynacl-no-timeout-and-deadline.patch ];
|
||||||
|
|
||||||
checkInputs = [ pytest coverage hypothesis ];
|
checkInputs = [ pytest hypothesis ];
|
||||||
propagatedBuildInputs = [ libsodium cffi six ];
|
propagatedBuildInputs = [ libsodium cffi six ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
coverage run --source nacl --branch -m pytest
|
py.test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user