Skip to content

Commit

Permalink
Remove unsupported tft versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandInguva committed Jun 5, 2023
1 parent 2393254 commit f25618e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions sdks/python/test-suites/tox/py38/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,6 @@ toxTask "testPy38pytorch-200", "py38-pytorch-200", "${posargs}"
test.dependsOn "testPy38pytorch-200"
preCommitPyCoverage.dependsOn "testPy38pytorch-200"

// Ideally, we would to run these across all supported versions of Python.
toxTask "testPy38tft-110", "py38-tft-110", "${posargs}"
test.dependsOn "testPy38tft-110"
preCommitPyCoverage.dependsOn "testPy38tft-110"

toxTask "testPy38tft-111", "py38-tft-111", "${posargs}"
test.dependsOn "testPy38tft-111"
preCommitPyCoverage.dependsOn "testPy38tft-111"

toxTask "testPy38tft-112", "py38-tft-112", "${posargs}"
test.dependsOn "testPy38tft-112"
preCommitPyCoverage.dependsOn "testPy38tft-112"

toxTask "testPy38tft-113", "py38-tft-113", "${posargs}"
test.dependsOn "testPy38tft-113"
preCommitPyCoverage.dependsOn "testPy38tft-113"
Expand Down

0 comments on commit f25618e

Please sign in to comment.