Skip to content

Commit 7f8ab22

Browse files
committed
Remove serialization from tests that won't start a test suite.
1 parent 9b5e8e7 commit 7f8ab22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_ios.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def test_ios_platforms(tmp_path, build_config, monkeypatch, capfd):
101101
assert "'does-exist' will be included in the cross-build environment" in captured.out
102102

103103

104-
@pytest.mark.serial
105104
def test_no_test_sources(tmp_path, capfd):
106105
"""Build will fail if test-sources isn't defined."""
107106
if utils.platform != "macos":
@@ -129,7 +128,6 @@ def test_no_test_sources(tmp_path, capfd):
129128
assert "Testing on iOS requires a definition of test-sources." in captured.err
130129

131130

132-
@pytest.mark.serial
133131
def test_missing_xbuild_tool(tmp_path, capfd):
134132
"""Build will fail if xbuild-tools references a non-existent tool."""
135133
if utils.platform != "macos":
@@ -158,7 +156,6 @@ def test_missing_xbuild_tool(tmp_path, capfd):
158156
assert "Could not find a 'does-not-exist' executable on the path." in captured.err
159157

160158

161-
@pytest.mark.serial
162159
def test_no_xbuild_tool_definition(tmp_path, capfd):
163160
"""Build will succeed with a warning if there is no xbuild-tools definition."""
164161
if utils.platform != "macos":
@@ -204,7 +201,6 @@ def test_no_xbuild_tool_definition(tmp_path, capfd):
204201
assert "Your project configuration does not define any cross-build tools." in captured.err
205202

206203

207-
@pytest.mark.serial
208204
def test_empty_xbuild_tool_definition(tmp_path, capfd):
209205
"""Build will succeed with no warning if there is an empty xbuild-tools definition."""
210206
if utils.platform != "macos":

0 commit comments

Comments
 (0)