git: 9d98ca496037 - main - databases/py-pgcli: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 17:01:29 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9d98ca496037bfb35d4860f7660d893136c4757a
commit 9d98ca496037bfb35d4860f7660d893136c4757a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 16:57:15 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 16:57:15 +0000
databases/py-pgcli: Convert to USE_PYTHON=pytest
---
databases/py-pgcli/Makefile | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/databases/py-pgcli/Makefile b/databases/py-pgcli/Makefile
index ee2cdefdf2b4..6e33ab38dc0e 100644
--- a/databases/py-pgcli/Makefile
+++ b/databases/py-pgcli/Makefile
@@ -24,14 +24,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=2.1.1:devel/py-cli-helpers@${PY
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.0<0.5:databases/py-sqlparse@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest>=2.7.0,1:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sshtunnel>=0:net/py-sshtunnel@${PY_FLAVOR}
-USES= pgsql python:3.6+ pytest
-USE_PYTHON= autoplist concurrent distutils
-PYTEST_BROKEN_TESTS= test_obfuscate_process_password
+USES= pgsql python:3.6+
+USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
+PYTEST_BROKEN_TESTS= test_obfuscate_process_password
OPTIONS_DEFINE= KEYRING
KEYRING_DESC= keyring support