We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b51a6 commit c00958eCopy full SHA for c00958e
.github/workflows/ci.yml
@@ -47,6 +47,8 @@ jobs:
47
timeout-minutes: 15
48
if: ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
49
run: |
50
+ hatch run cov:pip install git+https://github.com/agronholm/anyio.git@notify-closing#egg=anyio --ignore-installed
51
+ hatch run cov:pip install git+https://github.com/graingert/zmq-anyio.git@simplify-wait-readable-loop#egg=zmq-anyio --ignore-installed
52
hatch run cov:test --cov-fail-under 50
53
54
- name: Run the tests on pypy
0 commit comments