Allow localhost sockets during dist testing
- Dec 06, 2023
-
-
Duncan Macleod authored
it's broken on windows so that requests-ecp doesn't work
-
- Dec 05, 2023
-
-
Duncan Macleod authored
so that asyncio works with 'self-sockets'
-
This PR adds the --allow-unix-socket
to the dist
CI jobs so that asyncio
works with 'self-sockets' (required by the latest release of freezegun
).
EDIT: for obvious reasons this solution doesn't work on Windows, so now...
This PR adds --allow-hosts=127.0.0.1
to the dist
CI jobs so that asyncio
works with 'self-sockets' (required by the latest release of freezegun
).
it's broken on windows so that requests-ecp doesn't work
so that asyncio works with 'self-sockets'