Removing support for python 2.7#2
Merged
codeboten merged 1 commit intoopen-telemetry:masterfrom Mar 23, 2020
Merged
Conversation
OpenTelemetry doesn't support Python 2.7. Removing it from the tests and removing contrib packages that don't support Python 3. In this change: - removing pylons contrib - removing mysqldb contrib - updating minimum versions of flask (>=1.0), gevent (>=1.1) Signed-off-by: Alex Boten <aboten@lightstep.com>
NathanielRN
pushed a commit
to NathanielRN/opentelemetry-python-contrib-1
that referenced
this pull request
Oct 17, 2020
…ev-patch-1 Update README.md
NathanielRN
pushed a commit
to NathanielRN/opentelemetry-python-contrib-1
that referenced
this pull request
Oct 23, 2020
OpenTelemetry doesn't support Python 2.7. Removing it from the tests and removing contrib packages that don't support Python 3. In this change: - removing pylons contrib - removing mysqldb contrib - updating minimum versions of flask (>=1.0), gevent (>=1.1) Signed-off-by: Alex Boten <aboten@lightstep.com>
znd4
pushed a commit
to znd4/opentelemetry-python-contrib
that referenced
this pull request
Oct 15, 2024
…esting Structlog testing
pmcollins
pushed a commit
to pmcollins/opentelemetry-python-contrib
that referenced
this pull request
Sep 9, 2025
…atchLogRecordProcessor can use (#4562) * Refactor BatchLogRecordProcessor * Respond to comments * Fix lint * Add delay for windows test. * Fix fork test * Initial Commit * Another commit * Fix lint / precommit * Revert some old changes * Fix lint issues * Fix typo * Fix lint and spellcheck * Update test to use BatchLogRecordProcessor instead of BatchProcessor * Add a sleep to see if it helps this test pass on pypy 3.8 * fix lint and precommit * Add sleep to try to fix test.. * Fix flaky test attempt open-telemetry#2 * Fix test again.. * Fix test again * Try again * Fix again.. * Reintroduce weakref, I accidentlly undid that change in my last PR * Add changelog * Respond to comments on PR * Make BatchProcessor a member of BLRP instead of having BLRP subclass it * Run precommit * Use a generic Protocol for the Exporter * Minor change * Fix bad changelog mearge * Respond to comments.. --------- Co-authored-by: Leighton Chen <lechen@microsoft.com>
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OpenTelemetry doesn't support Python 2.7. Removing it from the tests and removing contrib packages that don't support Python 3. In this change:
Signed-off-by: Alex Boten aboten@lightstep.com