diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a2ded4678..0688bb04c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -88,6 +88,10 @@ jobs: database: psycopg3 - python-version: '3.13' database: postgis3 + - python-version: '3.13' + database: postgresql + env: + DJANGO_SELENIUM_TESTS=true services: postgres: @@ -143,6 +147,7 @@ jobs: DB_BACKEND: ${{ matrix.database }} DB_HOST: localhost DB_PORT: 5432 + DJANGO_SELENIUM_TESTS: ${{ matrix.env.DJANGO_SELENIUM_TESTS }} sqlite: runs-on: ubuntu-latest diff --git a/tox.ini b/tox.ini index e2dcdd6c6..7e7047717 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,6 @@ passenv= setenv = PYTHONPATH = {toxinidir} PYTHONWARNINGS = d - py311-dj42-postgresql: DJANGO_SELENIUM_TESTS = {env:DJANGO_SELENIUM_TESTS:true} DB_NAME = {env:DB_NAME:debug_toolbar} DB_USER = {env:DB_USER:debug_toolbar} DB_HOST = {env:DB_HOST:localhost}