git: 5cd76ee76a07 - main - math/py-clingo: Remove comment about broken tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 16:52:36 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5cd76ee76a07d02777c0c7dd62f1b827745bcc2c
commit 5cd76ee76a07d02777c0c7dd62f1b827745bcc2c
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-03-31 16:50:56 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-31 16:52:34 +0000
math/py-clingo: Remove comment about broken tests
All tests pass.
---
math/py-clingo/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/py-clingo/Makefile b/math/py-clingo/Makefile
index 73b42198358d..e5cef632449d 100644
--- a/math/py-clingo/Makefile
+++ b/math/py-clingo/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core \
${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR}
USES= compiler:c++14-lang python:3.6+
-USE_PYTHON= distutils autoplist unittest # some tests break, see https://github.com/potassco/clingo/issues/390
+USE_PYTHON= distutils autoplist unittest
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/clingo
TEST_WRKSRC= ${WRKSRC}/libpyclingo