Recent update of py-test needs a couple of RDEPs to run properly. While here update BDEP and TDEP. With the diff below one test fails, which I do not fully understand. test.log enclosed for reference purposes.
Please note that textproc/py-xmlschema is needed, which is new, and will
be send in a separate mail to @ports.
OK?
diff --git Makefile Makefile
index ea8a66d176d..5a6c295ea9b 100644
--- Makefile
+++ Makefile
@@ -5,6 +5,7 @@ COMMENT = cross-project testing tool for Python
MODPY_EGG_VERSION = 6.2.5
DISTNAME = pytest-${MODPY_EGG_VERSION}
PKGNAME = py-test-${MODPY_EGG_VERSION}
+REVISION = 0
CATEGORIES = devel
@@ -22,20 +23,24 @@ MODPY_PYTEST_ARGS = testing
FLAVORS = python3
FLAVOR = python3
-BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR}
+BUILD_DEPENDS = devel/py-setuptools${MODPY_FLAVOR} \
+ devel/py-setuptools_scm${MODPY_FLAVOR}
RUN_DEPENDS = devel/py-atomicwrites${MODPY_FLAVOR} \
devel/py-attrs${MODPY_FLAVOR}>=17.4.0 \
- devel/py-more-itertools${MODPY_FLAVOR} \
devel/py-pluggy${MODPY_FLAVOR}>=0.9 \
devel/py-py${MODPY_FLAVOR} \
- devel/py-setuptools${MODPY_FLAVOR}
+ sysutils/py-packaging${MODPY_FLAVOR} \
+ textproc/py-iniconfig${MODPY_FLAVOR} \
+ textproc/py-toml${MODPY_FLAVOR}
TEST_DEPENDS = ${FULLPKGNAME}:${FULLPKGPATH} \
+ devel/py-argcomplete${MODPY_FLAVOR} \
devel/py-hypothesis${MODPY_FLAVOR} \
devel/py-mock${MODPY_FLAVOR} \
devel/py-nose${MODPY_FLAVOR} \
+ www/py-requests${MODPY_FLAVOR} \
shells/bash \
- www/py-requests${MODPY_FLAVOR}
+ textproc/py-xmlschema${MODPY_FLAVOR}
.include <bsd.port.mk>
test.log.gz
Description: application/gunzip
