open-telemetry / open-telemetry/opentelemetry-python
Revise skipped tests with pypy on windows after bumping pypy
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.6k
- Forks
- 1k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 19
Description
Is your feature request related to a problem?
We have some tests that are skipped on Windows and Pypy, revise after we bump our baseline to 3.9 and so we can bump the pypy version.
There were changes around timer precision on 7.3.12 that maybe will help: https://doc.pypy.org/en/latest/release-v7.3.12.html#id2
Describe the solution you'd like
Drop the skipif after bumping pypy.
Describe alternatives you've considered
Keep it :)
Additional Context
No response
Would you like to implement a fix?
None
Contributor guide
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
Search the test suite for skip conditions involving Windows and PyPy, then review the PyPy 7.3.12 timer-precision notes linked in the issue. After the Python baseline and PyPy version are bumped, run the affected Windows/PyPy tests; the work is done when the skips can be removed and those tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100