mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
databases/py-pgcli: Convert to USE_PYTHON=pytest
This commit is contained in:
parent
f863f49293
commit
9d98ca4960
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user