Skip to content

Commit 7da3ca1

Browse files
committed
Test notify-closing
1 parent 83b51a6 commit 7da3ca1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,24 @@ jobs:
4747
timeout-minutes: 15
4848
if: ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
4949
run: |
50+
hatch run cov:pip install git+https://github.com/graingert/zmq-anyio.git@simplify-wait-readable-loop#egg=zmq-anyio --ignore-installed
51+
hatch run cov:pip install git+https://github.com/agronholm/anyio.git@notify-closing#egg=anyio --ignore-installed
5052
hatch run cov:test --cov-fail-under 50
5153
5254
- name: Run the tests on pypy
5355
timeout-minutes: 15
5456
if: ${{ startsWith( matrix.python-version, 'pypy' ) }}
5557
run: |
58+
hatch run test:pip install git+https://github.com/graingert/zmq-anyio.git@simplify-wait-readable-loop#egg=zmq-anyio --ignore-installed
59+
hatch run test:pip install git+https://github.com/agronholm/anyio.git@notify-closing#egg=anyio --ignore-installed
5660
hatch run test:nowarn
5761
5862
- name: Run the tests on Windows
5963
timeout-minutes: 15
6064
if: ${{ startsWith(matrix.os, 'windows') }}
6165
run: |
66+
hatch run cov:pip install git+https://github.com/graingert/zmq-anyio.git@simplify-wait-readable-loop#egg=zmq-anyio --ignore-installed
67+
hatch run cov:pip install git+https://github.com/agronholm/anyio.git@notify-closing#egg=anyio --ignore-installed
6268
hatch run cov:nowarn
6369
6470
- name: Check Launcher

0 commit comments

Comments
 (0)