open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.66k stars 568 forks source link

Revise skipped tests with pypy on windows after bumping pypy #3967

Open xrmx opened 2 weeks ago

xrmx commented 2 weeks ago

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

ocelotl commented 2 weeks ago

This particual test case is being skipped at #3938