From 06b3abd492d20d5a3c9cd1a2af3753f0afc6a2b3 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 4cf35c9..06f2c21 100644
--- a/tests.py
+++ b/tests.py
@@ -60,8 +60,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