From 143edde2630068e26b61aaa6d9b85d8fd0061bd8 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Thu, 26 Oct 2023 14:29:32 -0400 Subject: [PATCH] Stop asking for needs_tes --- src/toil/test/batchSystems/batchSystemTest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/toil/test/batchSystems/batchSystemTest.py b/src/toil/test/batchSystems/batchSystemTest.py index 9cec6208c5..6f8f095881 100644 --- a/src/toil/test/batchSystems/batchSystemTest.py +++ b/src/toil/test/batchSystems/batchSystemTest.py @@ -54,7 +54,6 @@ needs_mesos, needs_parasol, needs_slurm, - needs_tes, needs_torque, slow) from toil.test.batchSystems.parasolTestSupport import ParasolTestSupport