Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
devel/py-twisted: missed test dependency
To:
OpenBSD ports <ports@openbsd.org>
Date:
Mon, 10 Jun 2024 16:05:03 +0100

Download raw body.

Thread
ports@,

I've noticed that devel/py-twisted had missed test dependencies.

Here the diff:

diff --git devel/py-twisted/Makefile devel/py-twisted/Makefile
index 0b11f9a0317..65b6f46d878 100644
--- devel/py-twisted/Makefile
+++ devel/py-twisted/Makefile
@@ -40,7 +40,8 @@ RUN_DEPENDS =		devel/py-asn1${MODPY_FLAVOR}		\
 FLAVORS =		python3
 FLAVOR =		python3
 
-TEST_DEPENDS =		${FULLPKGNAME}:${BUILD_PKGPATH}
+TEST_DEPENDS =		${FULLPKGNAME}:${BUILD_PKGPATH} \
+			devel/py-hypothesis${MODPY_FLAVOR}
 TEST_ENV =		LC_ALL=en_US.UTF-8
 TESTDIR =		${WRKSRC}/regress
 


-- 
wbr, Kirill