Skip to content

Commit 99ecfc9

Browse files
pin setuptools for pyramid
1 parent 47200a7 commit 99ecfc9

3 files changed

Lines changed: 3 additions & 67 deletions

File tree

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
"pyramid": {
345345
"package": "pyramid",
346346
"deps": {
347-
"*": ["werkzeug<2.1.0"],
347+
"*": ["werkzeug<2.1.0", "setuptools<82"],
348348
},
349349
},
350350
"quart": {

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ deps =
141141
{{ integration.name }}-v{{ release }}: {{ integration.package }}=={{ release }}
142142
{% endif %}
143143

144-
{% for dependency_group in release.transitive_dependencies %}
144+
{% for dependency_group in release.transitive_dependencies if dependency_group %}
145145
{% for dep in dependency_group %}
146146
{{ dep }}
147147
{% endfor %}

tox.ini

Lines changed: 1 addition & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -7912,26 +7912,18 @@ deps =
79127912
# ~~~ DBs ~~~
79137913
asyncpg-v0.23.0: asyncpg==0.23.0
79147914

7915-
7916-
79177915
asyncpg-v0.26.0: asyncpg==0.26.0
79187916

7919-
7920-
79217917
asyncpg-v0.29.0: asyncpg==0.29.0
79227918

79237919
py3.8-asyncpg-v0.29.0: async-timeout==5.0.1
79247920

79257921
py3.11-asyncpg-v0.29.0: async-timeout==5.0.1
79267922

7927-
79287923
asyncpg-v0.31.0: asyncpg==0.31.0
79297924

79307925
py3.9-asyncpg-v0.31.0: async-timeout==5.0.1
79317926

7932-
7933-
7934-
79357927
asyncpg-latest: asyncpg==0.31.0
79367928
asyncpg: pytest-asyncio
79377929

@@ -7952,8 +7944,6 @@ deps =
79527944

79537945
pymongo-v3.13.0: pymongo==3.13.0
79547946

7955-
7956-
79577947
pymongo-v4.17.0: pymongo==4.17.0
79587948

79597949
py3.9-pymongo-v4.17.0: dnspython==2.7.0
@@ -7971,12 +7961,10 @@ deps =
79717961

79727962
redis-v3.5.3: redis==3.5.3
79737963

7974-
79757964
redis-v4.6.0: redis==4.6.0
79767965

79777966
py3.10-redis-v4.6.0: async-timeout==5.0.1
79787967

7979-
79807968
redis-v5.3.1: redis==5.3.1
79817969

79827970
py3.8-redis-v5.3.1: async-timeout==5.0.1
@@ -7990,22 +7978,14 @@ deps =
79907978

79917979
py3.9-redis-v6.4.0: async-timeout==5.0.1
79927980

7993-
7994-
79957981
redis-v7.4.0: redis==7.4.0
79967982

79977983
py3.10-redis-v7.4.0: async-timeout==5.0.1
79987984

7999-
8000-
8001-
80027985
redis-v8.0.0: redis==8.0.0
80037986

80047987
py3.10-redis-v8.0.0: async-timeout==5.0.1
80057988

8006-
8007-
8008-
80097989
redis-latest: redis==8.0.0
80107990
redis: fakeredis!=1.7.4
80117991
redis: pytest<8.0.0
@@ -8023,12 +8003,8 @@ deps =
80238003

80248004
sqlalchemy-v1.2.19: sqlalchemy==1.2.19
80258005

8026-
8027-
80288006
sqlalchemy-v1.4.54: sqlalchemy==1.4.54
80298007

8030-
8031-
80328008
sqlalchemy-v2.0.50: sqlalchemy==2.0.50
80338009

80348010
py3.12-sqlalchemy-v2.0.50: typing_extensions==4.15.0
@@ -8106,16 +8082,8 @@ deps =
81068082

81078083
openfeature-v0.7.5: openfeature-sdk==0.7.5
81088084

8109-
8110-
8111-
8112-
81138085
openfeature-v0.9.0: openfeature-sdk==0.9.0
81148086

8115-
8116-
8117-
8118-
81198087
openfeature-latest: openfeature-sdk==0.9.0
81208088

81218089
statsig-v0.55.3: statsig==0.55.3
@@ -8566,9 +8534,6 @@ deps =
85668534

85678535
grpc-v1.64.3: grpcio==1.64.3
85688536

8569-
8570-
8571-
85728537
grpc-v1.80.0: grpcio==1.80.0
85738538

85748539
py3.9-grpc-v1.80.0: typing_extensions==4.15.0
@@ -8686,14 +8651,8 @@ deps =
86868651

86878652
pyreqwest-v0.11.8: pyreqwest==0.11.8
86888653

8689-
8690-
8691-
86928654
pyreqwest-v0.12.0: pyreqwest==0.12.0
86938655

8694-
8695-
8696-
86978656
pyreqwest-latest: pyreqwest==0.12.0
86988657
pyreqwest: pytest-asyncio
86998658

@@ -9009,19 +8968,12 @@ deps =
90098968

90108969
dramatiq-v2.1.0: dramatiq==2.1.0
90118970

9012-
9013-
9014-
9015-
90168971
dramatiq-latest: dramatiq==2.1.0
90178972

90188973
huey-v2.1.3: huey==2.1.3
90198974

90208975
huey-v3.0.1: huey==3.0.1
90218976

9022-
9023-
9024-
90258977
huey-latest: huey==3.0.1
90268978

90278979
ray-v2.7.2: ray==2.7.2
@@ -9649,9 +9601,6 @@ deps =
96499601

96509602
bottle-v0.13.4: bottle==0.13.4
96519603

9652-
9653-
9654-
96559604
bottle-latest: bottle==0.13.4
96569605
bottle: werkzeug<2.1.0
96579606

@@ -9661,13 +9610,8 @@ deps =
96619610

96629611
falcon-v3.1.3: falcon==3.1.3
96639612

9664-
9665-
96669613
falcon-v4.2.0: falcon==4.2.0
96679614

9668-
9669-
9670-
96719615
falcon-latest: falcon==4.2.0
96729616

96739617
litestar-v2.0.1: litestar==2.0.1
@@ -10043,6 +9987,7 @@ deps =
100439987

100449988
pyramid-latest: pyramid==2.1
100459989
pyramid: werkzeug<2.1.0
9990+
pyramid: setuptools<82
100469991

100479992
quart-v0.16.3: quart==0.16.3
100489993

@@ -10433,12 +10378,8 @@ deps =
1043310378

1043410379
tornado-v6.0.4: tornado==6.0.4
1043510380

10436-
1043710381
tornado-v6.5.6: tornado==6.5.6
1043810382

10439-
10440-
10441-
1044210383
tornado-latest: tornado==6.5.6
1044310384
tornado: pytest
1044410385
tornado-v6.0.4: pytest<8.2
@@ -10448,17 +10389,12 @@ deps =
1044810389
# ~~~ Misc ~~~
1044910390
loguru-v0.7.3: loguru==0.7.3
1045010391

10451-
10452-
1045310392
loguru-latest: loguru==0.7.3
1045410393

1045510394
pure_eval-v0.0.3: pure_eval==0.0.3
1045610395

10457-
1045810396
pure_eval-v0.2.3: pure_eval==0.2.3
1045910397

10460-
10461-
1046210398
pure_eval-latest: pure_eval==0.2.3
1046310399

1046410400
trytond-v4.6.22: trytond==4.6.22

0 commit comments

Comments
 (0)