mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 21:56:07 +08:00
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:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- 'release/*'
|
||||
pull_request:
|
||||
env:
|
||||
CORE_REPO_SHA: adad94bfa69520cb4cbabca714827fd14503baf0
|
||||
CORE_REPO_SHA: 65528f7534f1f5f2e8adc7520b6e696a84569c7d
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Reference in New Issue
Block a user