From 8e9737c194eadafd32de9348c838f9e3ff8515eb Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 09:23:30 -0400 Subject: [PATCH] updated reqs --- tests/test_models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_models.py b/tests/test_models.py index 44fead1b..836bc65b 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -41,7 +41,8 @@ def clear_tt_dir(): root_dir = os.path.dirname(os.path.realpath(__file__)) tt_dir = os.path.join(root_dir, 'tests_tt_dir') if os.path.exists(tt_dir): - shutil.rmtree(tt_dir) + shutil.move(tt_dir, '/efs/trash') + # shutil.rmtree(tt_dir) def assert_ok_acc(trainer):