Skip to content

Conversation

codeboten
Copy link
Contributor

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

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>
Copy link
Contributor

@ocelotl ocelotl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@codeboten codeboten merged commit ed6dd7f into open-telemetry:master Mar 23, 2020
NathanielRN pushed a commit to NathanielRN/opentelemetry-python-contrib-1 that referenced this pull request Oct 17, 2020
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
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants