File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 8888 database : psycopg3
8989 - python-version : ' 3.13'
9090 database : postgis3
91+ - python-version : ' 3.13'
92+ database : postgresql
93+ env :
94+ DJANGO_SELENIUM_TESTS=true
9195
9296 services :
9397 postgres :
@@ -143,6 +147,7 @@ jobs:
143147 DB_BACKEND : ${{ matrix.database }}
144148 DB_HOST : localhost
145149 DB_PORT : 5432
150+ DJANGO_SELENIUM_TESTS : ${{ matrix.env.DJANGO_SELENIUM_TESTS }}
146151
147152 sqlite :
148153 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ passenv=
4242setenv =
4343 PYTHONPATH = {toxinidir}
4444 PYTHONWARNINGS = d
45- py311-dj42-postgresql: DJANGO_SELENIUM_TESTS = {env:DJANGO_SELENIUM_TESTS:true}
4645 DB_NAME = {env:DB_NAME:debug_toolbar}
4746 DB_USER = {env:DB_USER:debug_toolbar}
4847 DB_HOST = {env:DB_HOST:localhost}
You can’t perform that action at this time.
0 commit comments