Update ciqueue for pytest
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 239
- Forks
- 36
- Avg merge
- 28m
- Merged PRs (30d)
- 3
Description
ciqueue for pytest got somewhat outdated:
- no support for Python >= 3.8 (there's already 3.10)
- supports 'pytest>=2.7,<=3.5.0', while there's already pytest 7.1.2
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 by inspecting python/setup.cfg and python/setup.py, which the issue identifies as containing the Python and pytest version constraints. Update those constraints to reflect Python 3.10 and the current pytest support, then verify the package metadata and compatibility checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100