Tests fail: In test_aead_vectors: ids must be list of strings, found: 0 (type: <class 'int'>)
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 1.2k
- Forks
- 267
- Avg merge
- 42m
- Merged PRs (30d)
- 2
Description
==================================================================================== 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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in tests/test_secret.py at test_aead_vectors and reproduce the pytest collection failure reported for Python 3.8 on FreeBSD. Trace the supplied ids value and verify that collection no longer rejects it, then run the AEAD tests to confirm they execute successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cryptography, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100