Skip to content

Commit 4dc90a2

Browse files
committed
updates tox.ini
1 parent d3f77ec commit 4dc90a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ deps =
2020
d42: django==4.2.*
2121
d51: django==5.1.*
2222
pass_env =
23+
DATABASE_URL
2324
PGHOST
2425
PGPORT
2526
PYTHONDONTWRITEBYTECODE
26-
set_env =
27-
DATABASE_URL = postgres://postgres:@192.168.66.66:5432/adminfilters
2827
commands =
2928
pytest -x {posargs:tests}
3029
dependency_groups = dev

0 commit comments

Comments
 (0)