newrelic / newrelic-python-agent

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

Remove frameworks that only work in Python 2.7 #1205

Closed lrafeei closed 2 weeks ago

lrafeei commented 3 weeks ago

There have been frameworks that have only supported Python 2.7. While these frameworks are no longer supported by New Relic (by virtue of having a last release of 3+ years ago) the convention has been to keep the instrumentation in the code and just remove the test runner. However, with a lack of Python 2.7 support, these frameworks will not work and will need to be removed.

Frameworks removed:

github-actions[bot] commented 3 weeks ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 5.52s
✅ PYTHON black 1 0 0 1.8s
✅ PYTHON flake8 1 0 0.69s
✅ PYTHON isort 1 0 0 0.31s
✅ PYTHON pylint 1 0 6.38s
✅ YAML prettier 1 0 0 0.42s
✅ YAML v8r 1 0 2.53s
✅ YAML yamllint 1 0 0.29s

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 3 weeks ago

Codecov Report

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

Please upload report for BASE (develop-remove-python27@968fc4d). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop-remove-python27 #1205 +/- ## ========================================================== Coverage ? 81.30% ========================================================== Files ? 197 Lines ? 21502 Branches ? 3748 ========================================================== Hits ? 17482 Misses ? 2905 Partials ? 1115 ```

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