summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-03-31 09:50:56 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2023-03-31 09:52:34 -0700
commit5cd76ee76a07d02777c0c7dd62f1b827745bcc2c (patch)
treefb7b6219962e05e6d7c7a2337703b77070bfefb1
parent292a4f4f5e751f452b1162cf876fd0166b6df025 (diff)
downloadfreebsd-ports-5cd76ee76a07d02777c0c7dd62f1b827745bcc2c.zip
math/py-clingo: Remove comment about broken tests
All tests pass.
-rw-r--r--math/py-clingo/Makefile2
1 files changed, 1 insertions, 1 deletions
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