1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

*: Mark TESTING_UNSAFE

This commit is contained in:
Gleb Popov 2024-03-16 04:18:29 +03:00
parent b762a45031
commit 1328b38bfb
8 changed files with 22 additions and 0 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -25,6 +25,8 @@ WRKSRC_SUBDIR= Modules
PYDISTUTILS_INSTALLARGS+= --install-lib ${PYTHON_LIBDIR}/lib-dynload
TESTING_UNSAFE= ModuleNotFoundError: No module named '_sqlite3'
.include <bsd.port.pre.mk>
post-extract:

View File

@ -22,4 +22,6 @@ USE_PYTHON= autoplist pep517 pytest
NO_ARCH= yes
TESTING_UNSAFE= ModuleNotFoundError: No module named 'pyfakefs'
.include <bsd.port.mk>

View File

@ -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

View File

@ -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

View File

@ -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 <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang

View File

@ -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 <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MDEBUG}

View File

@ -19,4 +19,6 @@ USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes
TESTING_UNSAFE= ModuleNotFoundError: No module named 'execnet'
.include <bsd.port.mk>