diff options
| -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 |
