Expand allowed versions for jinja2 instrumentation (#712)

* Expand allowed versions

The Jinja2 API hasn't changed the functions that have been wrapped in at least 8 years.
The version supported should be much more broad.

* don't include 4+

* Update changelog

* Fix test that depends on lru_cache now

* tox -e generate

* Make test setup backwards compatible

* Update for code review feedback

* Disable linting check

* Fix black formatting issue

* Update readme from tox -e generate

* Update core repo sha

Co-authored-by: alrex <aboten@lightstep.com>
Co-authored-by: Leighton Chen <lechen@microsoft.com>
Co-authored-by: Owais Lone <owais@users.noreply.github.com>
This commit is contained in:
andrew-matteson
2021-10-12 12:15:16 -04:00
committed by GitHub
parent 224780f38d
commit 36275f3cbf
5 changed files with 14 additions and 5 deletions

View File

@ -6,7 +6,7 @@ on:
- 'release/*'
pull_request:
env:
CORE_REPO_SHA: adad94bfa69520cb4cbabca714827fd14503baf0
CORE_REPO_SHA: 65528f7534f1f5f2e8adc7520b6e696a84569c7d
jobs:
build: