retitle 1087334 vcr.py: FTBFS: E BrokenPipeError: [Errno 32] Broken pipe reassign 1087334 src:vcr.py severity 1087334 serious affects 1087334 - src:vcr.py src:pytest-httpbin found 1087334 6.0.1-1 thanks
This is very strange. Now pytest-httpbin builds ok but vcr.py still fails to build. (on the systems where it used to fail for me) So, I'm going to consider this as a bug in vcr.py only. If somebody wants to debug this, please contact me privately. If nobody helps, I will apply the "bureaucratic procedure": forward upstream and disable the failing tests via team upload. For reference, this is a debbisect in trixie for pytest-httpbin: bisection finished successfully last bad timestamp: 20250117T031715Z first good timestamp: 20250117T150945Z the following packages differ between the last bad and first good timestamp: libpython3.12-minimal:amd64 3.12.8-3 -> 3.12.8-5 libpython3.12-stdlib:amd64 3.12.8-3 -> 3.12.8-5 python3.12 3.12.8-3 -> 3.12.8-5 python3.12-minimal 3.12.8-3 -> 3.12.8-5 tzdata 2024b-4 -> 2024b-6 and this is a bisect in sid also for pytest-httpbin: bisection finished successfully last bad timestamp: 20250108T213630Z first good timestamp: 20250109T024634Z the following packages differ between the last bad and first good timestamp: libicu72:amd64 72.1-5+b1 -> 72.1-6 libpython3.12-minimal:amd64 3.12.8-3 -> 3.12.8-4 libpython3.12-stdlib:amd64 3.12.8-3 -> 3.12.8-4 libsystemd0:amd64 257.1-7 -> 257.2-1 libudev1:amd64 257.1-7 -> 257.2-1 python3.12 3.12.8-3 -> 3.12.8-4 python3.12-minimal 3.12.8-3 -> 3.12.8-4 So it seems that python3.12 is involved, but the change did not fix the build failure in vcr.py, which is the strange thing. Thanks.