Skip to content

Commit

Permalink
Use selector thread from anyio
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Nov 20, 2024
1 parent cd9eed2 commit 3afafc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
timeout-minutes: 15
if: ${{ startsWith(matrix.os, 'windows') }}
run: |
hatch run test:pip install git+https://github.com/davidbrochart/anyio.git@selector-thread#egg=anyio
hatch run test:pip install git+https://github.com/davidbrochart/zmq-anyio.git@anyio-selector-thread#egg=zmq_anyio
hatch run cov:nowarn || hatch run test:nowarn --lf
- name: Check Launcher
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,6 @@ ignore = ["W002"]

[tool.repo-review]
ignore = ["PY007", "PP308", "GH102", "MY101"]

[tool.hatch.metadata]
allow-direct-references = true

0 comments on commit 3afafc3

Please sign in to comment.