From 0e0b63f08e6c5c52df5d12817f78333cca105154 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sun, 8 Jun 2025 10:45:29 +0200 Subject: fix postgres connection URL in tests --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 17d6bdb..3fad742 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,9 @@ envlist = python,pylint,pylint-tests,flake,mypy,black,isort isolated_build = true [testenv] -deps = poetry +deps = + poetry + psycopg2 skip_install = true passenv = TERM -- cgit v1.2.3