Skip to content

Commit

Permalink
Pinning pip because new version does not work with some versions of C…
Browse files Browse the repository at this point in the history
…elery and Httpx (getsentry#3195)

Installing Celery 5.1.x (and older HTTPX versions) requirements in our tests does not work with the new pip 24.1.
Downgrading pip to 24.0 for now.
  • Loading branch information
antonpirker authored Jun 24, 2024
1 parent 8094c9e commit 10e33ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# and then run "tox" from this directory.

[tox]
requires =
# This version introduced using pip 24.1 which does not work with older Celery and HTTPX versions.
virtualenv<20.26.3
envlist =
# === Common ===
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12}-common
Expand Down

0 comments on commit 10e33ac

Please sign in to comment.