Merge pull request #34847 from va1entin/pynacl
pythonPackages.pynacl: fix tests
This commit is contained in:
commit
3933b60bae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue