pyca / pynacl

Python binding to the Networking and Cryptography (NaCl) library
https://pynacl.readthedocs.io/
Apache License 2.0
1.05k stars 231 forks source link

Tests fail: In test_aead_vectors: ids must be list of strings, found: 0 (type: <class 'int'>) #747

Open yurivict opened 2 years ago

yurivict commented 2 years ago
==================================================================================== test session starts ====================================================================================
platform freebsd13 -- Python 3.8.12, pytest-4.6.11, py-1.9.0, pluggy-0.13.1
rootdir: /disk-samsung/freebsd-ports/security/py-pynacl/work-py38/PyNaCl-1.5.0
plugins: forked-1.0.2, cov-2.9.0, hypothesis-6.28.0, xdist-1.32.0, rerunfailures-10.1, timeout-1.4.2, mock-1.10.4
collected 4637 items / 1 errors / 4636 selected                                                                                                                                             

========================================================================================== ERRORS ===========================================================================================
___________________________________________________________________________ ERROR collecting tests/test_secret.py ___________________________________________________________________________
In test_aead_vectors: ids must be list of strings, found: 0 (type: <class 'int'>)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
================================================================================== 1 error in 8.54 seconds ==================================================================================
*** Error code 2

Version: 1.5.0 OS: FreeBSD 13

reaperhulk commented 2 years ago

What happens if you upgrade your pytest version?