File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -47,18 +47,24 @@ jobs:
47
47
timeout-minutes : 15
48
48
if : ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
49
49
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
50
52
hatch run cov:test --cov-fail-under 50
51
53
52
54
- name : Run the tests on pypy
53
55
timeout-minutes : 15
54
56
if : ${{ startsWith( matrix.python-version, 'pypy' ) }}
55
57
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
56
60
hatch run test:nowarn
57
61
58
62
- name : Run the tests on Windows
59
63
timeout-minutes : 15
60
64
if : ${{ startsWith(matrix.os, 'windows') }}
61
65
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
62
68
hatch run cov:nowarn
63
69
64
70
- name : Check Launcher
You can’t perform that action at this time.
0 commit comments