From c49c9001981e72fac6429b5a257cd3208e129168 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 16 Aug 2025 21:21:25 +0300 Subject: [PATCH] Tests(tox): Use `PyGreSQL` driver A universal driver available for all supported OSes and Python versions. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4f79133..d9caf2e 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ commands = {envpython} -m pytest --version deps = -rdevscripts/requirements/requirements_tests.txt - postgres: psycopg2-binary + postgres: pygresql passenv = PGPASSWORD platform = linux|win32 # Don't fail or warn on uninstalled commands -- 2.39.5