Skip to content
Snippets Groups Projects

Add compatibility for Python 3.6: follow-up

Merged Henri Menke requested to merge hmenke/mpsd-software-manager:python3.6 into main
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -67,7 +67,7 @@ def test_install_environment_zlib(create_mock_git_repository):
# subprocess.run(
# "cp -r foss2021a-mpi fuss1999a",
# shell=True,
# stdin=subprocess.PIPE,
# stderr=subprocess.PIPE,
# stdout=subprocess.PIPE,
# )
# add zlib as a spec to global_generic
@@ -93,7 +93,7 @@ def test_install_environment_zlib(create_mock_git_repository):
subprocess.run(
["gcc -dumpfullversion"],
shell=True,
stdin=subprocess.PIPE,
stderr=subprocess.PIPE,
stdout=subprocess.PIPE,
)
.stdout.decode("utf-8")
Loading