diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-03-31 09:50:56 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-03-31 09:52:34 -0700 |
commit | 5cd76ee76a07d02777c0c7dd62f1b827745bcc2c (patch) | |
tree | fb7b6219962e05e6d7c7a2337703b77070bfefb1 | |
parent | 292a4f4f5e751f452b1162cf876fd0166b6df025 (diff) | |
download | freebsd-ports-5cd76ee76a07d02777c0c7dd62f1b827745bcc2c.zip |
math/py-clingo: Remove comment about broken tests
All tests pass.
-rw-r--r-- | math/py-clingo/Makefile | 2 |
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 |