devel/py-toolz: Add tests
'from tlz import curry' fails for unknown reason. Reported upstream.
This commit is contained in:
parent
b3f86656fc
commit
5faf63103a
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue