]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: enable subprocess-based tests in ci
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 18 Dec 2022 15:23:26 +0000 (15:23 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 18 Dec 2022 19:12:23 +0000 (19:12 +0000)
.github/workflows/tests.yml

index 2c43a5a4e793fa4545038b68194b88f271e53e78..9f6a7f535ca6fc6bcb97a72d8a932317e39f34ff 100644 (file)
@@ -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