Skip to content
Snippets Groups Projects

Toolchain becomes package set part2

Merged Hans Fangohr requested to merge toolchain_becomes_package_set_part2 into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -7,6 +7,7 @@ import subprocess
@@ -7,6 +7,7 @@ import subprocess
from pathlib import Path
from pathlib import Path
import logging
import logging
import datetime
import datetime
 
import sys
import pytest
import pytest
@@ -210,6 +211,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path):
@@ -210,6 +211,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path):
)
)
 
@pytest.mark.skipif(sys.platform == "darwin", reason="install not working on OSX")
def test_install_environment_zlib():
def test_install_environment_zlib():
"""Test installation of package_set."""
"""Test installation of package_set."""
# Prepare a test installation of global generic
# Prepare a test installation of global generic
Loading