From: Daniele Varrazzo Date: Tue, 29 Jun 2021 02:58:05 +0000 (+0100) Subject: Skip proxy tests on windows X-Git-Tag: 3.0.dev0~4^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5174591f4e1062a9f4a256ffe8dac152f3cccfd;p=thirdparty%2Fpsycopg.git Skip proxy tests on windows It doesn't come up. zfg. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 90ce92ea9..3dab752a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -127,6 +127,8 @@ jobs: env: PSYCOPG_IMPL: ${{ matrix.impl }} PSYCOPG_TEST_DSN: "host=127.0.0.1 dbname=postgres" + # On windows pproxy doesn't seem very happy. + PYTEST_ADDOPTS: "-m 'not proxy'" steps: - uses: actions/checkout@v2