Skip to content

Commit

Permalink
Fixup test suite (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi authored and xrmx committed Mar 20, 2024
1 parent c1c4528 commit 889b11f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .ci/.matrix_exclude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,12 @@ exclude:
# asyncpg
- VERSION: pypy-3
FRAMEWORK: asyncpg-newest
- VERSION: pypy-3
FRAMEWORK: asyncpg-0.28
- VERSION: python-3.6
FRAMEWORK: asyncpg-newest
- VERSION: python-3.6
FRAMEWORK: asyncpg-0.28
# sanic
- VERSION: pypy-3
FRAMEWORK: sanic-newest
Expand Down Expand Up @@ -281,3 +285,7 @@ exclude:
FRAMEWORK: cassandra-newest # c extension issue
- VERSION: python-3.12
FRAMEWORK: starlette-newest # waiting for 3.12.2 for this fix: https://github.com/python/cpython/pull/111221
- VERSION: python-3.12
FRAMEWORK: starlette-0.14 # waiting for 3.12.2 for this fix: https://github.com/python/cpython/pull/111221
- VERSION: python-3.12
FRAMEWORK: starlette-0.13 # waiting for 3.12.2 for this fix: https://github.com/python/cpython/pull/111221

0 comments on commit 889b11f

Please sign in to comment.