diff --git a/audio/lilv/Makefile b/audio/lilv/Makefile index 29100504e2c2d..0a1b8c91ff247 100644 --- a/audio/lilv/Makefile +++ b/audio/lilv/Makefile @@ -24,5 +24,6 @@ MESON_ARGS= -Ddocs=disabled \ --mandir=${PREFIX}/share/man BINARY_ALIAS= python3=${PYTHON_CMD} PLIST_SUB= VERSION=${PORTVERSION} +TESTING_UNSAFE= https://gitlab.com/lv2/lilv/-/issues/12 .include diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile index 8baa11da345c9..510ad060eac74 100644 --- a/databases/py-sqlite3/Makefile +++ b/databases/py-sqlite3/Makefile @@ -25,6 +25,8 @@ WRKSRC_SUBDIR= Modules PYDISTUTILS_INSTALLARGS+= --install-lib ${PYTHON_LIBDIR}/lib-dynload +TESTING_UNSAFE= ModuleNotFoundError: No module named '_sqlite3' + .include post-extract: diff --git a/devel/py-importlib-metadata/Makefile b/devel/py-importlib-metadata/Makefile index 6bf58140c0349..5510f357683db 100644 --- a/devel/py-importlib-metadata/Makefile +++ b/devel/py-importlib-metadata/Makefile @@ -22,4 +22,6 @@ USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes +TESTING_UNSAFE= ModuleNotFoundError: No module named 'pyfakefs' + .include diff --git a/devel/py-setproctitle/Makefile b/devel/py-setproctitle/Makefile index 962526a8d7023..1dd9cff79a2cf 100644 --- a/devel/py-setproctitle/Makefile +++ b/devel/py-setproctitle/Makefile @@ -20,6 +20,8 @@ OPTIONS_DEFINE= DOCS TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} +TESTING_UNSAFE= ImportError: attempted relative import with no known parent package + post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/*setproctitle*.so diff --git a/devel/pygobject3-common/Makefile b/devel/pygobject3-common/Makefile index 920a2dc114456..9c82116959416 100644 --- a/devel/pygobject3-common/Makefile +++ b/devel/pygobject3-common/Makefile @@ -13,6 +13,8 @@ COMMENT?= Common files for the Python bindings for GObject LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} + SLAVE_PORT?= no USES= meson pkgconfig tar:xz @@ -26,6 +28,8 @@ PLIST_SUB= ARCH=${ARCH} UNAME_R=${UNAME_R} VERSION=${PORTVERSION} \ BINARY_ALIAS= python3=${PYTHON_CMD} +TESTING_UNSAFE= AttributeError: 'NoneType' object has no attribute '_version' + .if ${SLAVE_PORT} == no PORTSCOUT?= limitw:1,even diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index 20025cd2ad05e..dd8f676da2f40 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -14,10 +14,17 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gi-docgen>0:textproc/py-gi-docgen@${PY_FLA docbook-xsl>=0:textproc/docbook-xsl LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR} USES= compiler gnome meson pkgconfig python tar:xz vala:build USE_GNOME= glib20 intltool introspection:build libxslt:build +TESTING_UNSAFE= gi.repository.GLib.GError: g-io-error-quark: Remote closed the output + +pre-test: + @${MKDIR} ${BINARY_LINKDIR} + @${LN} -s ${PYTHON_CMD} ${BINARY_LINKDIR}/python3 + .include .if ${COMPILER_TYPE} == clang diff --git a/security/nss/Makefile b/security/nss/Makefile index e50b02a671cad..0cd91a381ffb1 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -51,6 +51,8 @@ OPTIONS_DEFINE_powerpc64= VSX VSX_CFLAGS= -DUSE_PPC_CRYPTO VSX_DESC= Use VSX optimized routines (POWER8 or newer) +TESTING_UNSAFE= Fatal DOMSUF env. variable is not defined + .include .if ! ${PORT_OPTIONS:MDEBUG} diff --git a/sysutils/py-execnet/Makefile b/sysutils/py-execnet/Makefile index 5180abb672db3..fb7dadfe51fa7 100644 --- a/sysutils/py-execnet/Makefile +++ b/sysutils/py-execnet/Makefile @@ -19,4 +19,6 @@ USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes +TESTING_UNSAFE= ModuleNotFoundError: No module named 'execnet' + .include