diff --git a/tox.ini b/tox.ini index cc7fda4..24bb62c 100644 --- a/tox.ini +++ b/tox.ini @@ -31,11 +31,3 @@ extras = torch setenv = test_dir = tests/quiver marker = "not gcs and not tensorflow" - -[testenv:py{38,39,310,311}-both] -extras = - torch - tensorflow -setenv = - marker = "not gcs" - test_dir = tests/quiver