Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/populate_tox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
},
"requests": {
"package": "requests",
"num_versions": 2,
},
"rq": {
"package": "rq",
Expand Down
3 changes: 0 additions & 3 deletions scripts/populate_tox/populate_tox.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
"gevent",
"opentelemetry",
"potel",
# Integrations that can be migrated -- we should eventually remove all
# of these from the IGNORE list
"requests",
}


Expand Down
6 changes: 0 additions & 6 deletions scripts/populate_tox/tox.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ envlist =
# OpenTelemetry Experimental (POTel)
{py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-potel

# Requests
{py3.6,py3.8,py3.12,py3.13}-requests

# === Integrations - Auto-generated ===
# These come from the populate_tox.py script. Eventually we should move all
# integration tests there.
Expand Down Expand Up @@ -123,9 +120,6 @@ deps =
# OpenTelemetry Experimental (POTel)
potel: -e .[opentelemetry-experimental]

# Requests
requests: requests>=2.0

# === Integrations - Auto-generated ===
# These come from the populate_tox.py script. Eventually we should move all
# integration tests there.
Expand Down
14 changes: 7 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# The file (and all resulting CI YAMLs) then need to be regenerated via
# "scripts/generate-test-files.sh".
#
# Last generated: 2025-09-19T11:39:21.755227+00:00
# Last generated: 2025-09-19T11:53:09.269997+00:00

[tox]
requires =
Expand Down Expand Up @@ -54,9 +54,6 @@ envlist =
# OpenTelemetry Experimental (POTel)
{py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-potel

# Requests
{py3.6,py3.8,py3.12,py3.13}-requests

# === Integrations - Auto-generated ===
# These come from the populate_tox.py script. Eventually we should move all
# integration tests there.
Expand Down Expand Up @@ -194,6 +191,9 @@ envlist =
{py3.7,py3.10,py3.11}-httpx-v0.24.1
{py3.9,py3.11,py3.12}-httpx-v0.28.1

{py3.6}-requests-v2.12.5
{py3.9,py3.12,py3.13}-requests-v2.32.5


# ~~~ Tasks ~~~
{py3.7,py3.9,py3.10}-arq-v0.23
Expand Down Expand Up @@ -371,9 +371,6 @@ deps =
# OpenTelemetry Experimental (POTel)
potel: -e .[opentelemetry-experimental]

# Requests
requests: requests>=2.0

# === Integrations - Auto-generated ===
# These come from the populate_tox.py script. Eventually we should move all
# integration tests there.
Expand Down Expand Up @@ -561,6 +558,9 @@ deps =
httpx-v0.24.1: pytest-httpx==0.22.0
httpx-v0.28.1: pytest-httpx==0.35.0

requests-v2.12.5: requests==2.12.5
requests-v2.32.5: requests==2.32.5


# ~~~ Tasks ~~~
arq-v0.23: arq==0.23
Expand Down