Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 2021 00:36:31 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: 5a46e390db0f - main - devel/py-python-gist: Add comment that tests are broken
Message-ID:  <202104100036.13A0aVrO077111@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a46e390db0f2b2fb7b371bc4fab003a8030bf00

commit 5a46e390db0f2b2fb7b371bc4fab003a8030bf00
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-10 00:36:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-04-10 00:36:29 +0000

    devel/py-python-gist: Add comment that tests are broken
---
 devel/py-python-gist/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-python-gist/Makefile b/devel/py-python-gist/Makefile
index 8b81018e05e6..fc0a42c8a5ba 100644
--- a/devel/py-python-gist/Makefile
+++ b/devel/py-python-gist/Makefile
@@ -22,7 +22,7 @@ USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 
-do-test:
+do-test: # tests are currently broken and undergoing redesign, see https://github.com/jdowner/gist/issues/100#issuecomment-817039193
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>



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