]> git.ipfire.org Git - thirdparty/psycopg.git/commit
ci: fix proxy-based tests
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 18 Oct 2025 11:36:12 +0000 (13:36 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 30 Oct 2025 02:46:16 +0000 (02:46 +0000)
commit4d599653e907939273ea33cb944b1999fa3660ee
tree7a2096fa59c66339b93439d0cd9726f6a1087256
parent75b2cd844b2ca461f6fd0899974bd411763e99a8
ci: fix proxy-based tests

Move pproxy_fix out of tests package and use it as a script. Importing
it fails in cibuildwheel otherwise

Exclude the proxy test on Win/macOS. They don't work there, but for all
other test they got skipped as side effects of other markers.
.github/workflows/packages-bin.yml
tests/fix_proxy.py
tools/pproxy_fix.py [moved from tests/pproxy_fix.py with 100% similarity]