diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-04 00:57:15 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-04 00:57:15 +0800 |
| commit | 9d98ca496037bfb35d4860f7660d893136c4757a (patch) | |
| tree | f580cc517ddb7d72cb2fff69ab44e07b451453fe /databases | |
| parent | databases/py-fakeredis: Convert to USE_PYTHON=pytest (diff) | |
databases/py-pgcli: Convert to USE_PYTHON=pytest
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/py-pgcli/Makefile | 7 |
1 files 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 |
