aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-toolz/Makefile5
1 files changed, 4 insertions, 1 deletions
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>