diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-08 09:16:26 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-08 09:42:51 +0000 |
commit | 9a8246643e2202c29d267878a67d1628f85e16ab (patch) | |
tree | 7f437ae6f10b2b406c63adaabeaa51b7be83063f | |
parent | 3d769becebddcf9098cac5cbc51fb8d7a97b7e91 (diff) |
math/py-Pyomo: Update comment
-rw-r--r-- | math/py-Pyomo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-Pyomo/Makefile b/math/py-Pyomo/Makefile index c1befea14ec5..8d190fa9b310 100644 --- a/math/py-Pyomo/Makefile +++ b/math/py-Pyomo/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-parallel>0:devel/py-pytest-parallel@${PY_FLAVOR} USES= python -USE_PYTHON= distutils cython concurrent autoplist pytest # 1 test fails, see https://github.com/Pyomo/pyomo/issues/2547 +USE_PYTHON= distutils cython concurrent autoplist pytest # 1 test fails but it is known to be broken by the upstream, see https://github.com/Pyomo/pyomo/issues/2547 USE_GITHUB= yes GH_PROJECT= pyomo |