Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2024 18:38:39 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5faf63103a50 - main - devel/py-toolz: Add tests
Message-ID:  <202401111838.40BIcdPn035045@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5faf63103a5024c3ebed3edf896b4e3a80722d8f

commit 5faf63103a5024c3ebed3edf896b4e3a80722d8f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-11 18:37:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-11 18:38:37 +0000

    devel/py-toolz: Add tests
    
    'from tlz import curry' fails for unknown reason.
    Reported upstream.
---
 devel/py-toolz/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/py-toolz/Makefile b/devel/py-toolz/Makefile
index 2bafffcc59ef..ebb9c741db68 100644
--- a/devel/py-toolz/Makefile
+++ b/devel/py-toolz/Makefile
@@ -12,7 +12,10 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist pytest # 1 test fails, see https://github.com/pytoolz/toolz/issues/573
+
 NO_ARCH=	yes
 
+# 'from tlz import curry' fails, see https://github.com/pytoolz/toolz/issues/573
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401111838.40BIcdPn035045>