From 23eed63229ed4e0848de8c2ada5dae2ce2997584 Mon Sep 17 00:00:00 2001 From: Ethan Jacob Marx Date: Tue, 6 Feb 2024 13:24:09 -0800 Subject: [PATCH] remove both tests --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) 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