Skip to content

Commit dacaa97

Browse files
committed
zeroconf: deselect the IPv6-loopback integration test on riscv64
The manylinux_2_39_riscv64 container binds ::1 but can't send on it (OSError: Network is unreachable); every other interpreter fails only this one test, 517 passed / 2 skipped otherwise.
1 parent 4ec1a06 commit dacaa97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-zeroconf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
bad = [x.__name__ for x in m if not x.__file__.endswith('.so')];
7373
assert not bad, bad" &&
7474
python -m pytest tests
75+
--deselect tests/services/test_types.py::test_integration_with_listener_ipv6
7576
7677
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7778
with:

0 commit comments

Comments
 (0)