summaryrefslogtreecommitdiff
path: root/math/py-cvxpy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-cvxpy/Makefile')
-rw-r--r--math/py-cvxpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-cvxpy/Makefile b/math/py-cvxpy/Makefile
index 47ad6ca0b7a2..f8a06553c26f 100644
--- a/math/py-cvxpy/Makefile
+++ b/math/py-cvxpy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cvxpy
-DISTVERSION= 1.4.2
+DISTVERSION= 1.4.3
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} \
TEST_DEPENDS= pytest:devel/py-pytest@${PY_FLAVOR}
USES= python
-USE_PYTHON= distutils autoplist pytest # 1 test fails, see https://github.com/cvxpy/cvxpy/issues/2174
+USE_PYTHON= distutils autoplist pytest # 45 tests fail, see https://github.com/cvxpy/cvxpy/issues/2416
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}