summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-12-07 21:43:17 -0800
committerJohn L. Villalovos <john@sodarock.com>2021-12-07 21:43:17 -0800
commitad5d60c305857a8e8c06ba4f6db788bf918bb63f (patch)
treee64b634c101303f8bf34a87dbee47eb696965116 /tests
parent3a7d6f6b7d168f00513266f5770624158f49ca2c (diff)
downloadgitlab-ad5d60c305857a8e8c06ba4f6db788bf918bb63f.tar.gz
chore: add running unit tests on windows/macos
Add running the unit tests on windows-latest and macos-latest with Python 3.10.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/test_config.py b/tests/unit/test_config.py
index 2bc2d25..ffd67c4 100644
--- a/tests/unit/test_config.py
+++ b/tests/unit/test_config.py
@@ -17,6 +17,7 @@
import io
import os
+import sys
from textwrap import dedent
from unittest import mock
@@ -214,6 +215,7 @@ def test_valid_data(m_open, path_exists):
@mock.patch("os.path.exists")
@mock.patch("builtins.open")
+@pytest.mark.skipif(sys.platform.startswith("win"), reason="Not supported on Windows")
def test_data_from_helper(m_open, path_exists, tmp_path):
helper = tmp_path / "helper.sh"
helper.write_text(