-
Notifications
You must be signed in to change notification settings - Fork 751
Closed
Labels
Description
Describe your environment
OS: (e.g, Ubuntu)
Python version: (e.g., Python 3.8.10)
SDK version: (e.g., 1.25.0)
API version: (e.g., 1.25.0)
What happened?
Tracecontext tests have the following warning and we are using a version from 2019. It would be nice to try to update it to a more recent version to avoid warnings and get other improvements done over the years.
opentelemetry-python/target/trace-context/test/tracecontext/tracestate.py:68: SyntaxWarning: "is" with a literal. Did you mean "=="?
Steps to Reproduce
tracecontext job in CI, see scripts/tracecontext-integration-test.sh
Expected Result
No warning
Actual Result
A warning
Additional context
No response
Would you like to implement a fix?
No