From 653957d3c6badc4f0d847ed1c0eb3d0d07357d0b Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 9 Oct 2021 21:58:25 +0200 Subject: [PATCH] dev-python/psycopg2cffi: enable tests Closes: https://bugs.gentoo.org/817194 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild index 356c12ae77..27f0fe3c59 100644 --- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild +++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild @@ -19,7 +19,9 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" - dev-db/postgresql + dev-db/postgresql:* virtual/python-cffi[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" + +distutils_enable_tests pytest