Skip to content

Commit 45acde2

Browse files
committed
ci test attempts (macos).
1 parent 7e45785 commit 45acde2

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: async-kernel test
22

3-
on: [ push, pull_request ]
3+
on: [ push ]
44
jobs:
55
test:
66
runs-on: ${{ matrix.os }}
@@ -28,8 +28,4 @@ jobs:
2828

2929
- name: Run the tests
3030
timeout-minutes: 5
31-
run: uv run pytest
32-
33-
- name: Run Ruff
34-
run: ruff check --output-format=github .
35-
31+
run: uv run pytest -v

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def anyio_backend(request):
4141

4242
@pytest.fixture(scope="module")
4343
def transport():
44+
return 'tcp'
4445
return "ipc" if zmq.has("ipc") else "tcp"
4546

4647

0 commit comments

Comments
 (0)