Skip to content

Commit 129d729

Browse files
github-actions[bot]christophe-papazianYun-Kim
authored
chore(test): upgrade asyncpg version for framework tests [backport 1.13] (#6169)
Backport 021a9b2 from #6165 to 1.13. Last version of setuptools seems to break github action framework tests. Fix it by upgrading the version of asyncpg. ## Checklist - [x] Change(s) are motivated and described in the PR description. - [x] Testing strategy is described if automated tests are not included in the PR. - [x] Risk is outlined (performance impact, potential for breakage, maintainability, etc). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] [Library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) are followed. If no release note is required, add label `changelog/no-changelog`. - [x] Documentation is included (in-code, generated user docs, [public corp docs](https://github.com/DataDog/documentation/)). - [x] Backport labels are set (if [applicable](../docs/contributing.rst#release-branch-maintenance)) ## Reviewer Checklist - [x] Title is accurate. - [x] No unnecessary changes are introduced. - [x] Description motivates each change. - [x] Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [x] Testing strategy adequately addresses listed risk(s). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] Release note makes sense to a user of the library. - [x] Reviewer has explicitly acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment. - [x] Backport labels are set in a manner that is consistent with the [release branch maintenance policy](../docs/contributing.rst#release-branch-maintenance) Co-authored-by: Christophe Papazian <[email protected]> Co-authored-by: Yun Kim <[email protected]>
1 parent efe936c commit 129d729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_frameworks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
- name: Run tests
381381
run: PYTHONPATH=../ddtrace/tests/debugging/exploration/ ddtrace-run pytest -p no:warnings tests
382382

383-
asyncpg-testsuite-0_25_0:
383+
asyncpg-testsuite-0_27_0:
384384
# https://github.com/MagicStack/asyncpg/blob/v0.25.0/.github/workflows/tests.yml#L125
385385
runs-on: "ubuntu-latest"
386386
env:
@@ -399,7 +399,7 @@ jobs:
399399
- uses: actions/checkout@v3
400400
with:
401401
repository: magicstack/asyncpg
402-
ref: v0.25.0
402+
ref: v0.27.0
403403
path: asyncpg
404404
fetch-depth: 50
405405
submodules: true

0 commit comments

Comments
 (0)