Merge pull request #34847 from va1entin/pynacl

pythonPackages.pynacl: fix tests
This commit is contained in:
Frederik Rietdijk 2018-02-11 15:15:42 +00:00 committed by GitHub
commit 3933b60bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ buildPythonPackage rec {
};
#remove deadline from tests, see https://github.com/pyca/pynacl/issues/370
prePatch = ''
preCheck = ''
sed -i 's/deadline=1500, //' tests/test_pwhash.py
sed -i 's/deadline=1500, //' tests/test_aead.py
'';