newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
178 stars 102 forks source link

Remove memcached testing for Python 2.7 #1020

Closed lrafeei closed 10 months ago

lrafeei commented 10 months ago

Overview

This PR removes Python 2.7 from the memcached testing suite. Memcached v1.59 is the last version to support 2.7 and it is outside of New Relic's support window.

github-actions[bot] commented 10 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (23f969f) 81.04% compared to head (6f9ab31) 80.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1020 +/- ## ========================================== - Coverage 81.04% 80.76% -0.29% ========================================== Files 190 190 Lines 19640 19640 Branches 3431 3431 ========================================== - Hits 15918 15862 -56 - Misses 2731 2761 +30 - Partials 991 1017 +26 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.