Skip to content

Commit 649b626

Browse files
committed
Use selector thread from anyio
1 parent cd9eed2 commit 649b626

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
timeout-minutes: 15
5656
if: ${{ startsWith(matrix.os, 'windows') }}
5757
run: |
58+
hatch run test:pip install git+https://github.com/davidbrochart/anyio.git@selector-thread#egg=anyio --ignore-installed
59+
hatch run test:pip install git+https://github.com/davidbrochart/zmq-anyio.git@anyio-selector-thread#egg=zmq_anyio --ignore-installed
60+
hatch run test:pip list
5861
hatch run cov:nowarn || hatch run test:nowarn --lf
5962
6063
- name: Check Launcher

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,6 @@ ignore = ["W002"]
319319

320320
[tool.repo-review]
321321
ignore = ["PY007", "PP308", "GH102", "MY101"]
322+
323+
[tool.hatch.metadata]
324+
allow-direct-references = true

0 commit comments

Comments
 (0)