Skip to content

Commit 34944e0

Browse files
committed
Remove mac tests for now
1 parent a6d35e5 commit 34944e0

File tree

2 files changed

+0
-127
lines changed

2 files changed

+0
-127
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,124 +1616,6 @@ jobs:
16161616
if-no-files-found: error
16171617
retention-days: 1
16181618

1619-
macos:
1620-
env:
1621-
TOTAL_GROUPS: 2
1622-
1623-
strategy:
1624-
fail-fast: false
1625-
matrix:
1626-
group-number: [1, 2]
1627-
1628-
runs-on: macos-13
1629-
timeout-minutes: 30
1630-
steps:
1631-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1632-
1633-
- name: Fetch git tags
1634-
run: |
1635-
git fetch --tags origin
1636-
1637-
- name: Install Python
1638-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
1639-
with:
1640-
python-version: |
1641-
pypy3.10
1642-
3.8
1643-
3.9
1644-
3.10
1645-
3.11
1646-
3.12
1647-
3.13
1648-
1649-
- name: Install Dependencies
1650-
run: |
1651-
pip install --upgrade tox
1652-
env:
1653-
GROUP_NUMBER: ${{ matrix.group-number }}
1654-
1655-
- name: Get Environments
1656-
id: get-envs
1657-
run: |
1658-
echo "envs=$(tox -l | python ./.github/scripts/get-envs.py)" >> "$GITHUB_OUTPUT"
1659-
env:
1660-
GROUP_NUMBER: ${{ matrix.group-number }}
1661-
1662-
- name: Test
1663-
run: |
1664-
tox -vv -e ${{ steps.get-envs.outputs.envs }} -p auto
1665-
env:
1666-
TOX_PARALLEL_NO_SPINNER: 1
1667-
FORCE_COLOR: "true"
1668-
1669-
- name: Upload Coverage Artifacts
1670-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
1671-
with:
1672-
name: coverage-${{ github.job }}-${{ strategy.job-index }}
1673-
path: ./**/.coverage.*
1674-
include-hidden-files: true
1675-
if-no-files-found: error
1676-
retention-days: 1
1677-
1678-
macos_arm64:
1679-
env:
1680-
TOTAL_GROUPS: 2
1681-
1682-
strategy:
1683-
fail-fast: false
1684-
matrix:
1685-
group-number: [1, 2]
1686-
1687-
runs-on: macos-15
1688-
timeout-minutes: 30
1689-
steps:
1690-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1691-
1692-
- name: Fetch git tags
1693-
run: |
1694-
git fetch --tags origin
1695-
1696-
- name: Install Python
1697-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
1698-
with:
1699-
python-version: |
1700-
pypy3.10
1701-
3.8
1702-
3.9
1703-
3.10
1704-
3.11
1705-
3.12
1706-
3.13
1707-
1708-
- name: Install Dependencies
1709-
run: |
1710-
pip install --upgrade tox
1711-
env:
1712-
GROUP_NUMBER: ${{ matrix.group-number }}
1713-
1714-
- name: Get Environments
1715-
id: get-envs
1716-
run: |
1717-
echo "envs=$(tox -l | python ./.github/scripts/get-envs.py)" >> "$GITHUB_OUTPUT"
1718-
env:
1719-
GROUP_NUMBER: ${{ matrix.group-number }}
1720-
1721-
- name: Test
1722-
run: |
1723-
tox -vv -e ${{ steps.get-envs.outputs.envs }} -p auto
1724-
env:
1725-
TOX_PARALLEL_NO_SPINNER: 1
1726-
FORCE_COLOR: "true"
1727-
1728-
- name: Upload Coverage Artifacts
1729-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
1730-
with:
1731-
name: coverage-${{ github.job }}-${{ strategy.job-index }}
1732-
path: ./**/.coverage.*
1733-
include-hidden-files: true
1734-
if-no-files-found: error
1735-
retention-days: 1
1736-
17371619
windows:
17381620
env:
17391621
TOTAL_GROUPS: 1

tox.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ envlist =
6060
linux-cross_agent-py37-{with,without}_extensions,
6161
{linux,linux_arm64}-cross_agent-{py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
6262

63-
# MacOS Core Agent Test Suite
64-
{macos,macos_arm64}-agent_features-{py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
65-
{macos,macos_arm64}-agent_features-pypy310-without_extensions,
66-
{macos,macos_arm64}-agent_streaming-{py38,py39,py310,py311,py312,py313}-protobuf06-{with,without}_extensions,
67-
{macos,macos_arm64}-agent_streaming-py39-protobuf{03,0319,04,05}-{with,without}_extensions,
68-
{macos,macos_arm64}-agent_unittests-{py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
69-
{macos,macos_arm64}-agent_unittests-pypy310-without_extensions,
70-
{macos,macos_arm64}-cross_agent-{py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
71-
7263
# Windows Core Agent Test Suite
7364
{windows,windows_arm64}-agent_features-py313-{with,without}_extensions,
7465
{windows,windows_arm64}-agent_streaming-py313-protobuf06-{with,without}_extensions,

0 commit comments

Comments
 (0)