Skip to content

Commit

Permalink
Disable asyncio + memcached/mongodb tests for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Oct 19, 2022
1 parent a07ffff commit 8f86888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
marker: ''
os: ubuntu-latest
- python-version: "3.11.0-rc.2"
marker: ''
marker: 'not (asyncio and (memcached or mongodb))'
os: ubuntu-latest
runs-on: "${{ matrix.os }}"
steps:
Expand Down

0 comments on commit 8f86888

Please sign in to comment.