You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/02/17 21:21:55 UTC

[beam] branch users/damccorm/ml-integration-tests updated: Port change from #25496

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/ml-integration-tests
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/users/damccorm/ml-integration-tests by this push:
     new fccffafe1f8 Port change from #25496
fccffafe1f8 is described below

commit fccffafe1f86652e5939bad5b840fb11e3bc4a65
Author: Danny McCormick <da...@google.com>
AuthorDate: Fri Feb 17 16:21:45 2023 -0500

    Port change from #25496
---
 sdks/python/tox.ini | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index 5b7e10bf12a..c38a886dcce 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -343,8 +343,7 @@ commands =
   /bin/sh -c "pip freeze | grep -E onnx"
   # Run all ONNX unit tests
   pytest -o junit_suite_name={envname} --junitxml=pytest_{envname}.xml -n 6 -m uses_onnx {posargs}
-  
-[testenv:py{37,38,39,310}-tf-{211}]
+
 [testenv:py{37,38,39,310}-tensorflow-{29,210,211}]
 deps =
   -r build-requirements.txt