Skip to content

Commit

Permalink
*: Mark TESTING_UNSAFE
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Mar 16, 2024
1 parent b762a45 commit 1328b38
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions audio/lilv/Makefile
Expand Up @@ -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>
2 changes: 2 additions & 0 deletions databases/py-sqlite3/Makefile
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions devel/py-importlib-metadata/Makefile
Expand Up @@ -22,4 +22,6 @@ USE_PYTHON= autoplist pep517 pytest

NO_ARCH= yes

TESTING_UNSAFE= ModuleNotFoundError: No module named 'pyfakefs'

.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions devel/py-setproctitle/Makefile
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions devel/pygobject3-common/Makefile
Expand Up @@ -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
Expand All @@ -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

Expand Down
7 changes: 7 additions & 0 deletions security/libsecret/Makefile
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions security/nss/Makefile
Expand Up @@ -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}
Expand Down
2 changes: 2 additions & 0 deletions sysutils/py-execnet/Makefile
Expand Up @@ -19,4 +19,6 @@ USE_PYTHON= autoplist concurrent pep517 pytest

NO_ARCH= yes

TESTING_UNSAFE= ModuleNotFoundError: No module named 'execnet'

.include <bsd.port.mk>

0 comments on commit 1328b38

Please sign in to comment.