Skip to content

Commit 3f9acc4

Browse files
authored
fix(ci): Do not install newest tracerite (#4494)
New release of `tracerite` (a transitive dependency in the sanic workflow) causes [this](https://github.com/getsentry/sentry-python/actions/runs/15735197921/job/44345942053?pr=4493) to happen. Related `tracerite` bug report: sanic-org/tracerite#20 Once this is fixed, we can unpin.
1 parent 6a58e5f commit 3f9acc4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ deps =
326326
# Sanic
327327
sanic: websockets<11.0
328328
sanic: aiohttp
329+
{py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-sanic: tracerite<1.1.2
329330
sanic-v{24.6}: sanic_testing
330331
sanic-latest: sanic_testing
331332
{py3.6}-sanic: aiocontextvars==0.2.1

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ deps =
487487
# Sanic
488488
sanic: websockets<11.0
489489
sanic: aiohttp
490+
{py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-sanic: tracerite<1.1.2
490491
sanic-v{24.6}: sanic_testing
491492
sanic-latest: sanic_testing
492493
{py3.6}-sanic: aiocontextvars==0.2.1

0 commit comments

Comments
 (0)