Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2023 04:01:14 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 755486b7da8a - main - devel/py-cons: Add comment
Message-ID:  <202306220401.35M41Ehp072370@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=755486b7da8a3bf3772f95bce02da589227da510

commit 755486b7da8a3bf3772f95bce02da589227da510
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-21 22:21:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-22 04:01:10 +0000

    devel/py-cons: Add comment
---
 devel/py-cons/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-cons/Makefile b/devel/py-cons/Makefile
index 47e33ef362fc..1d4a7f6fa1ae 100644
--- a/devel/py-cons/Makefile
+++ b/devel/py-cons/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}versioneer>=0:devel/py-versioneer@${PY_FLA
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}logical-unification>=0.4.0:math/py-logical-unification@${PY_FLAVOR}
 
 USES=		python:3.7+
-USE_PYTHON=	distutils autoplist pytest
+USE_PYTHON=	distutils autoplist pytest # tests fail intermittently, see https://github.com/pythological/python-cons/issues/15
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	pythological


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306220401.35M41Ehp072370>