Skip to content

Commit 055549b

Browse files
committed
factory: don't skip MacOS on CI
MacOS images now come with colima installed actions/runner-images#2150
1 parent c189a72 commit 055549b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pytest_servers/factory.py

-5
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ def _mock_remote_setup(self, fs: "str") -> None:
6666
"disabled for Windows on Github Actions: "
6767
"https://github.com/actions/runner-images/issues/1143"
6868
)
69-
elif sys.platform == "darwin":
70-
pytest.skip(
71-
"disabled for MacOS on Github Actions: "
72-
"https://github.com/actions/runner-images/issues/2150"
73-
)
7469

7570
assert self._request
7671
try:

0 commit comments

Comments
 (0)