Skip to content

Commit 35c1bf6

Browse files
Pin incompatibility version dependencies in tests. (#635)
* Pin aiohttp version in tests. * Pin grpc version * Pin starlette version * Fix tox syntax issue Co-authored-by: Timothy Pansino <[email protected]> Co-authored-by: Tim Pansino <[email protected]>
1 parent 684ca89 commit 35c1bf6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

+5-4
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ deps =
265265
external_requests: requests
266266
external_urllib3-urllib30109: urllib3<1.10
267267
external_urllib3-urllib3latest: urllib3
268-
framework_aiohttp-aiohttp03: aiohttp<4
268+
framework_aiohttp-aiohttp03: aiohttp==3.8.1
269269
framework_ariadne-ariadnelatest: ariadne
270270
framework_ariadne-ariadne0011: ariadne<0.12
271271
framework_ariadne-ariadne0012: ariadne<0.13
@@ -315,11 +315,12 @@ deps =
315315
framework_graphql-graphql0301: graphql-core<3.2
316316
framework_graphql-graphql0302: graphql-core<3.3
317317
framework_graphql-graphqlmaster: https://github.com/graphql-python/graphql-core/archive/main.zip
318+
framework_grpc-grpclatest: protobuf<4
319+
framework_grpc-grpclatest: grpcio
320+
framework_grpc-grpclatest: grpcio-tools
318321
framework_grpc-grpc0125: grpcio<1.26
319322
framework_grpc-grpc0125: grpcio-tools<1.26
320323
framework_grpc-grpc0125: protobuf<3.18.0
321-
framework_grpc-grpclatest: grpcio
322-
framework_grpc-grpclatest: grpcio-tools
323324
framework_pyramid: routes
324325
framework_pyramid-cornice: cornice!=5.0.0
325326
framework_pyramid-Pyramid0104: Pyramid<1.5
@@ -340,7 +341,7 @@ deps =
340341
framework_starlette-starlette0014: starlette<0.15
341342
framework_starlette-starlette0015: starlette<0.16
342343
framework_starlette-starlette0019: starlette<0.20
343-
framework_starlette-starlettelatest: starlette
344+
framework_starlette-starlettelatest: starlette<0.21
344345
; Strawberry 0.95.0 is incompatible with Starlette 0.18.0, downgrade until future release
345346
framework_strawberry: starlette<0.18.0
346347
framework_strawberry-strawberrylatest: strawberry-graphql

0 commit comments

Comments
 (0)