Skip to content

Commit 4ae7da0

Browse files
committed
Debug failing tests
1 parent 2397cc4 commit 4ae7da0

File tree

1 file changed

+37
-36
lines changed

1 file changed

+37
-36
lines changed

.github/workflows/test.yml

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -31,40 +31,41 @@ jobs:
3131
include:
3232
# Make sure to run mypyc compiled unit tests for both
3333
# the oldest and newest supported Python versions
34-
- name: Test suite with py39-ubuntu, mypyc-compiled
35-
python: '3.9'
36-
os: ubuntu-24.04-arm
37-
toxenv: py
38-
tox_extra_args: "-n 4"
39-
test_mypyc: true
40-
- name: Test suite with py39-windows-64
41-
python: '3.9'
42-
os: windows-latest
43-
toxenv: py39
44-
tox_extra_args: "-n 4"
34+
# - name: Test suite with py39-ubuntu, mypyc-compiled
35+
# python: '3.9'
36+
# os: ubuntu-24.04-arm
37+
# toxenv: py
38+
# tox_extra_args: "-n 4"
39+
# test_mypyc: true
40+
# - name: Test suite with py39-windows-64
41+
# python: '3.9'
42+
# os: windows-latest
43+
# toxenv: py39
44+
# tox_extra_args: "-n 4"
4545
- name: Test suite with py310-ubuntu
4646
python: '3.10'
4747
os: ubuntu-24.04-arm
4848
toxenv: py
49-
tox_extra_args: "-n 4"
50-
- name: Test suite with py311-ubuntu, mypyc-compiled
51-
python: '3.11'
52-
os: ubuntu-24.04-arm
53-
toxenv: py
54-
tox_extra_args: "-n 4"
55-
test_mypyc: true
56-
- name: Test suite with py312-ubuntu, mypyc-compiled
57-
python: '3.12'
58-
os: ubuntu-24.04-arm
59-
toxenv: py
60-
tox_extra_args: "-n 4"
61-
test_mypyc: true
62-
- name: Test suite with py313-ubuntu, mypyc-compiled
63-
python: '3.13'
64-
os: ubuntu-24.04-arm
65-
toxenv: py
66-
tox_extra_args: "-n 4"
67-
test_mypyc: true
49+
tox_extra_args: "-n 1 mypyc/test/test_commandline.py::TestCommandLine::commandline.test::testCompileMypyc"
50+
test_mypyc: false
51+
# - name: Test suite with py311-ubuntu, mypyc-compiled
52+
# python: '3.11'
53+
# os: ubuntu-24.04-arm
54+
# toxenv: py
55+
# tox_extra_args: "-n 4"
56+
# test_mypyc: true
57+
# - name: Test suite with py312-ubuntu, mypyc-compiled
58+
# python: '3.12'
59+
# os: ubuntu-24.04-arm
60+
# toxenv: py
61+
# tox_extra_args: "-n 4"
62+
# test_mypyc: true
63+
# - name: Test suite with py313-ubuntu, mypyc-compiled
64+
# python: '3.13'
65+
# os: ubuntu-24.04-arm
66+
# toxenv: py
67+
# tox_extra_args: "-n 4"
68+
# test_mypyc: true
6869

6970
# - name: Test suite with py314-dev-ubuntu
7071
# python: '3.14-dev'
@@ -74,12 +75,12 @@ jobs:
7475
# allow_failure: true
7576
# test_mypyc: true
7677

77-
- name: mypyc runtime tests with py39-macos
78-
python: '3.9.21'
79-
# TODO: macos-13 is the last one to support Python 3.9, change it to macos-latest when updating the Python version
80-
os: macos-13
81-
toxenv: py
82-
tox_extra_args: "-n 3 mypyc/test/test_run.py mypyc/test/test_external.py"
78+
# - name: mypyc runtime tests with py39-macos
79+
# python: '3.9.21'
80+
# # TODO: macos-13 is the last one to support Python 3.9, change it to macos-latest when updating the Python version
81+
# os: macos-13
82+
# toxenv: py
83+
# tox_extra_args: "-n 3 mypyc/test/test_run.py mypyc/test/test_external.py"
8384
# This is broken. See
8485
# - https://github.com/python/mypy/issues/17819
8586
# - https://github.com/python/mypy/pull/17822

0 commit comments

Comments
 (0)