From: Oleg Broytman Date: Sat, 16 Aug 2025 18:21:25 +0000 (+0300) Subject: Tests(tox): Use `PyGreSQL` driver X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=c49c9001981e72fac6429b5a257cd3208e129168;p=sqlconvert.git Tests(tox): Use `PyGreSQL` driver A universal driver available for all supported OSes and Python versions. --- 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