Commit 081bcef
committed
Reformat and add --allow-unix-socket to pytest config
Seems like some underlying change in multiprocessing or some related
module in Python 3.14 now means our test suite uses unix sockets. We
have a pytest plugin installed that blocks sockets by default to avoid
mistakenly adding tests that rely on the Internet. Local unix sockets
are totally fine, of course. I've added them to the allowlist.1 parent e553b3a commit 081bcef
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
304 | 312 | | |
305 | 313 | | |
306 | 314 | | |
| |||
0 commit comments