From: Daniele Varrazzo Date: Sun, 18 Dec 2022 15:23:26 +0000 (+0000) Subject: ci: enable subprocess-based tests in ci X-Git-Tag: pool-3.1.5~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06c4a8e4131a0a3dda64a6be2947c000417381e2;p=thirdparty%2Fpsycopg.git ci: enable subprocess-based tests in ci --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2c43a5a4e..9f6a7f535 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -99,12 +99,8 @@ jobs: echo "MARKERS=$MARKERS postgis" >> $GITHUB_ENV - if: ${{ matrix.impl == 'c' }} - # skip tests failing on importing psycopg_c.pq on subprocess - # they only fail on Travis, work ok locally under tox too. - # TODO: check the same on GitHub Actions run: | echo "DEPS=$DEPS ./psycopg_c" >> $GITHUB_ENV - echo "NOT_MARKERS=$NOT_MARKERS subprocess" >> $GITHUB_ENV - name: Install Python dependencies run: pip install $DEPS @@ -302,12 +298,8 @@ jobs: sudo apt-get -qq -y install "libpq-dev=${pqver}" "libpq5=${pqver}" - if: ${{ matrix.impl == 'c' }} - # skip tests failing on importing psycopg_c.pq on subprocess - # they only fail on Travis, work ok locally under tox too. - # TODO: check the same on GitHub Actions run: | echo "DEPS=$DEPS ./psycopg_c" >> $GITHUB_ENV - echo "NOT_MARKERS=$NOT_MARKERS subprocess" >> $GITHUB_ENV - name: Install Python dependencies run: pip install $DEPS