File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 6767 timeout-minutes : 15
6868 if : ${{ startsWith(matrix.os, 'windows') }}
6969 run : |
70- hatch run test:pip install git+https://github.com/davidbrochart/zmq-anyio.git@anyio-selector-thread#egg=zmq_anyio --ignore-installed
71- # hatch run test:pip install git+https://github.com/davidbrochart/anyio.git@selector-thread#egg=anyio --ignore-installed
72- hatch run test:pip install git+https://github.com/agronholm/anyio.git@selector-thread-alternate#egg=anyio --ignore-installed
7370 hatch run test:pip list
7471 hatch run test:python --version
7572 hatch run test:pytest -v
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies = [
3434 " psutil>=5.7" ,
3535 " packaging>=22" ,
3636 " anyio>=4.2.0" ,
37- " zmq-anyio >=0.2.3 " ,
37+ " zmq-anyio >=0.2.4 " ,
3838]
3939
4040[project .urls ]
You can’t perform that action at this time.
0 commit comments