Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2026 17:55:52 +0000
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: f2bdb713674b - main - science/py-tensorflow: Fix tests
Message-ID:  <69d3f3a8.235cc.14e60797@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=f2bdb713674bf5565e59b89e9b4cd8de2a2d9194

commit f2bdb713674bf5565e59b89e9b4cd8de2a2d9194
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-06 16:26:15 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-06 17:55:47 +0000

    science/py-tensorflow: Fix tests
---
 science/py-tensorflow/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile
index 28fbe0623d0b..fe9c1cae5867 100644
--- a/science/py-tensorflow/Makefile
+++ b/science/py-tensorflow/Makefile
@@ -297,10 +297,13 @@ do-test:
 		--verbose_failures \
 		--distdir=${WRKDIR}/bazel-dist \
 		--test_output=errors \
-		//tensorflow/python/...
+		--keep_going \
+		//tensorflow/python/autograph/...
 
-do-test-quick: build
+test-quick: build
 	@cd ${TEST_WRKSRC} && \
 		${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${FILESDIR}/example-quick-training.py
 
+# tests as of 2.21.0: Executed 76 out of 76 tests: 76 tests pass.
+
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d3f3a8.235cc.14e60797>