Lines 1-6
Link Here
|
1 |
PORTNAME= pyinfra |
1 |
PORTNAME= pyinfra |
2 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSION= 3.1.1 |
3 |
DISTVERSION= 3.2 |
4 |
CATEGORIES= sysutils python |
4 |
CATEGORIES= sysutils python |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
6 |
|
Lines 42-47
PYTEST_IGNORED_TESTS= test_int_docker_install_package_ubuntu \
Link Here
|
42 |
test_int_local_line_ensure_newline_true \ |
42 |
test_int_local_line_ensure_newline_true \ |
43 |
test_int_local_line_ensure_newline_false |
43 |
test_int_local_line_ensure_newline_false |
44 |
|
44 |
|
|
|
45 |
# TestSSHUserConfig.test_missing_hostkey is failing currently, due to an |
46 |
# undocumented dependency on code only available in paramiko >= 3.2: |
47 |
# https://github.com/pyinfra-dev/pyinfra/issues/1290 |
48 |
|
45 |
.include <bsd.port.pre.mk> |
49 |
.include <bsd.port.pre.mk> |
46 |
|
50 |
|
47 |
.if ${PYTHON_REL} < 30900 |
51 |
.if ${PYTHON_REL} < 30900 |