Commit f2bdb713 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

science/py-tensorflow: Fix tests

parent 57c12355
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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>