Skip to content

Commit f0a0136

Browse files
authored
Merge pull request #381 from zopefoundation/dataflake/no_macos_special_treatment
Remove special treatment for macOS test runners on GitHub
2 parents 8bf5a8e + 3786875 commit f0a0136

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Change log
44
2.2 (unreleased)
55
----------------
66

7+
- Remove special treatment for macOS test runners on GitHub
8+
79
- Print out a warning if a ``setuptools`` install time dependency is found
810
when runing the the ``config-package`` and ``setup-to-pyproject`` scripts.
911

src/zope/meta/default/tests.yml.j2

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ jobs:
110110
python-version: ${{ matrix.config[0] }}
111111
github-token: ${{ secrets.GITHUB_TOKEN }}
112112
- name: Test
113-
if: ${{ !startsWith(runner.os, 'Mac') }}
114113
{% if gha_test_environment %}
115114
env:
116115
{% for line in gha_test_environment %}
@@ -125,15 +124,6 @@ jobs:
125124
{% else %}
126125
run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}
127126
{% endif %}
128-
- name: Test (macOS)
129-
if: ${{ startsWith(runner.os, 'Mac') }}
130-
{% if gha_test_environment %}
131-
env:
132-
{% for line in gha_test_environment %}
133-
%(line)s
134-
{% endfor %}
135-
{% endif %}
136-
run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}-universal2
137127
- name: Coverage
138128
if: matrix.config[1] == 'coverage'
139129
run: |

0 commit comments

Comments
 (0)