From 7ca3c9c82f3c927aa3ed57c94b88c3bd72808a01 Mon Sep 17 00:00:00 2001
From: Hans Fangohr <fangohr@users.noreply.github.com>
Date: Sat, 27 May 2023 18:32:17 +0200
Subject: [PATCH] remove commented out code

---
 tests.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests.py b/tests.py
index 354ec72..d50667d 100644
--- a/tests.py
+++ b/tests.py
@@ -65,8 +65,7 @@ def test_prepare_environment(tmp_path):
     result = mod.prepare_environment(
         mpsd_release=mpsd_release_to_test, script_dir=script_dir
     )
-    # wait for 20 seconds for the git clone to finish
-    # time.sleep(20)
+
     # check if the directory now is created
     assert release_base_dir.exists()
     # check for spack-environments directory
-- 
GitLab