pynacl icon indicating copy to clipboard operation
pynacl copied to clipboard

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

Open yurivict opened this issue 3 years ago • 1 comments

==================================================================================== 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

yurivict avatar Jan 12 '22 06:01 yurivict

What happens if you upgrade your pytest version?

reaperhulk avatar Jan 12 '22 15:01 reaperhulk