mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-proxmoxer: Fix tests
Sync PYPI tests with GH released version until fixed upstream See also: https://github.com/proxmoxer/proxmoxer/issues/195 PR: 283360
This commit is contained in:
parent
013df5dfc3
commit
20d2e961ee
2 changed files with 1122 additions and 1 deletions
|
@ -17,12 +17,16 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR}
|
|||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coveralls>0:devel/py-coveralls@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openssh-wrapper>0:security/py-openssh-wrapper@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests-toolbelt>0:www/py-requests-toolbelt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist pep517 pytest
|
||||
BINARY_ALIAS= python3=${PYTHON_CMD}
|
||||
|
||||
TESTING_UNSAFE= https://github.com/proxmoxer/proxmoxer/issues/195
|
||||
# Sync PYPI tests with GH released version
|
||||
# See also: https://github.com/proxmoxer/proxmoxer/issues/195
|
||||
EXTRA_PATCHES= ${FILESDIR}/extra-patch-tests
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
1117
devel/py-proxmoxer/files/extra-patch-tests
Normal file
1117
devel/py-proxmoxer/files/extra-patch-tests
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue