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:
parent
b762a45031
commit
1328b38bfb
@ -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>
|
||||
|
@ -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:
|
||||
|
@ -22,4 +22,6 @@ USE_PYTHON= autoplist pep517 pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
TESTING_UNSAFE= ModuleNotFoundError: No module named 'pyfakefs'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -19,4 +19,6 @@ USE_PYTHON= autoplist concurrent pep517 pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
TESTING_UNSAFE= ModuleNotFoundError: No module named 'execnet'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user