Skip to content

Commit 2d21f77

Browse files
committed
temp: more debugging
1 parent 8f52624 commit 2d21f77

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/coverage.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ jobs:
8181
# tox.ini so that tox will run properly. PYVERSIONS
8282
# Available versions:
8383
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
84-
- "3.9"
85-
- "3.10"
86-
- "3.11"
87-
- "3.12"
84+
#- "3.9"
85+
#- "3.10"
86+
#- "3.11"
87+
#- "3.12"
8888
- "3.13"
89-
- "3.13t"
90-
- "3.14"
91-
- "3.14t"
92-
- "pypy-3.9"
93-
- "pypy-3.10"
89+
#- "3.13t"
90+
#- "3.14"
91+
#- "3.14t"
92+
#- "pypy-3.9"
93+
#- "pypy-3.10"
9494
exclude:
9595
# Mac PyPy always takes the longest, and doesn't add anything.
9696
- os: macos

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ commands =
5252
python igor.py test_with_core pytrace {posargs}
5353

5454
# Build the C extension and test with the CTracer
55-
python setup.py --quiet build_ext --inplace
55+
python setup.py build_ext --inplace
5656
python -m pip install {env:COVERAGE_PIP_ARGS} -q -e .
57-
python igor.py test_with_core ctrace {posargs}
57+
python -vv igor.py test_with_core ctrace {posargs}
5858

5959
py3{12,13,14}{,t},anypy: python igor.py test_with_core sysmon {posargs}
6060

0 commit comments

Comments
 (0)