Skip to content
Snippets Groups Projects
Commit 49db31ec authored by Hans Fangohr's avatar Hans Fangohr
Browse files

Merge branch 'main' into toolchain_becomes_package_set_part2

parents 0acfd6ca af159066
No related branches found
No related tags found
1 merge request!64Toolchain becomes package set part2
Pipeline #371484 passed
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment