git: 5faf63103a50 - main - devel/py-toolz: Add tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 18:38:39 UTC
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>