From a62d6bd2a9ed4a2761978c520423882d196a543e Mon Sep 17 00:00:00 2001
From: Hans Fangohr <hans.fangohr@mpsd.mpg.de>
Date: Wed, 14 Jun 2023 16:22:44 +0200
Subject: [PATCH] black

---
 tests.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests.py b/tests.py
index 982b971..868a659 100644
--- a/tests.py
+++ b/tests.py
@@ -187,6 +187,7 @@ def test_record_script_execution_summary(tmp_path):
         last_line = f.readlines()[-1]
         assert "Spack environments branch: dev-23a " in last_line
 
+
 def test_install_environment_wrong_toolchain(tmp_path):
     """Test exception is raised for non-existing toolchain."""
     # Expect an Exception when wrong toolchains are provided
@@ -210,8 +211,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path):
         )
 
 
-@pytest.mark.skipif(sys.platform == "darwin", 
-                    reason="install not working on OSX")
+@pytest.mark.skipif(sys.platform == "darwin", reason="install not working on OSX")
 def test_install_environment_zlib():
     """Test installation of toolchain."""
     # Prepare a test installation of global generic
-- 
GitLab