Skip to content

Commit 4858e82

Browse files
committed
-
1 parent 3a5b40a commit 4858e82

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)