@@ -101,7 +101,6 @@ def test_ios_platforms(tmp_path, build_config, monkeypatch, capfd):
101
101
assert "'does-exist' will be included in the cross-build environment" in captured .out
102
102
103
103
104
- @pytest .mark .serial
105
104
def test_no_test_sources (tmp_path , capfd ):
106
105
"""Build will fail if test-sources isn't defined."""
107
106
if utils .platform != "macos" :
@@ -129,7 +128,6 @@ def test_no_test_sources(tmp_path, capfd):
129
128
assert "Testing on iOS requires a definition of test-sources." in captured .err
130
129
131
130
132
- @pytest .mark .serial
133
131
def test_missing_xbuild_tool (tmp_path , capfd ):
134
132
"""Build will fail if xbuild-tools references a non-existent tool."""
135
133
if utils .platform != "macos" :
@@ -158,7 +156,6 @@ def test_missing_xbuild_tool(tmp_path, capfd):
158
156
assert "Could not find a 'does-not-exist' executable on the path." in captured .err
159
157
160
158
161
- @pytest .mark .serial
162
159
def test_no_xbuild_tool_definition (tmp_path , capfd ):
163
160
"""Build will succeed with a warning if there is no xbuild-tools definition."""
164
161
if utils .platform != "macos" :
@@ -204,7 +201,6 @@ def test_no_xbuild_tool_definition(tmp_path, capfd):
204
201
assert "Your project configuration does not define any cross-build tools." in captured .err
205
202
206
203
207
- @pytest .mark .serial
208
204
def test_empty_xbuild_tool_definition (tmp_path , capfd ):
209
205
"""Build will succeed with no warning if there is an empty xbuild-tools definition."""
210
206
if utils .platform != "macos" :
0 commit comments