Skip to content

Commit 10e33ac

Browse files
authored
Pinning pip because new version does not work with some versions of Celery and Httpx (#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.
1 parent 8094c9e commit 10e33ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# and then run "tox" from this directory.
55

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

0 commit comments

Comments
 (0)