From fccffafe1f86652e5939bad5b840fb11e3bc4a65 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 17 Feb 2023 16:21:45 -0500 Subject: [PATCH] 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 5b7e10bf12ab..c38a886dcce8 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