From 0acfd6ca169003a5b1c7a5363646754831035298 Mon Sep 17 00:00:00 2001 From: Hans Fangohr <hans.fangohr@mpsd.mpg.de> Date: Wed, 14 Jun 2023 17:43:13 +0200 Subject: [PATCH] fix line length --- tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 45b15bd..7e4a9c3 100644 --- a/tests.py +++ b/tests.py @@ -239,7 +239,9 @@ def test_install_environment_zlib(): # "cp -r foss2021a-mpi fuss1999a", shell=True, capture_output=True # ) # add zlib as a spec to global_generic - with open(package_set_src_dir / "global_generic" / "global_packages.list", "w") as f: + with open( + package_set_src_dir / "global_generic" / "global_packages.list", "w" + ) as f: f.write("zlib@1.2.13 \n") # add zlib to whitelist of module creation file by replacing anaconda3%gcc@10.2.1 -- GitLab