Skip to content

Commit f5ea935

Browse files
committed
WIP comment out extra jobs to check if pypy3 is running with coverage
1 parent 5d50cef commit f5ea935

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
name: [
31-
"windows-py35",
32-
"windows-py36",
33-
"windows-py37",
34-
"windows-py37-pluggy",
35-
"windows-py38",
36-
37-
"ubuntu-py35",
38-
"ubuntu-py36",
39-
"ubuntu-py37",
40-
"ubuntu-py37-pluggy",
41-
"ubuntu-py37-freeze",
42-
"ubuntu-py38",
31+
# "windows-py35",
32+
# "windows-py36",
33+
# "windows-py37",
34+
# "windows-py37-pluggy",
35+
# "windows-py38",
36+
#
37+
# "ubuntu-py35",
38+
# "ubuntu-py36",
39+
# "ubuntu-py37",
40+
# "ubuntu-py37-pluggy",
41+
# "ubuntu-py37-freeze",
42+
# "ubuntu-py38",
4343
"ubuntu-pypy3",
4444

45-
"macos-py37",
46-
"macos-py38",
47-
48-
"linting",
45+
# "macos-py37",
46+
# "macos-py38",
47+
#
48+
# "linting",
4949
]
5050

5151
include:
@@ -135,7 +135,7 @@ jobs:
135135
shell: bash
136136
run: |
137137
echo "_PYTEST_TOX_COVERAGE_RUN == $_PYTEST_TOX_COVERAGE_RUN"
138-
tox -e ${{ matrix.tox_env }}
138+
tox -e ${{ matrix.tox_env }} -- testing/test_setuponly.py
139139
140140
- name: Prepare coverage token
141141
if: success() && !matrix.skip_coverage && ( github.repository == 'pytest-dev/pytest' || github.event_name == 'pull_request' )

0 commit comments

Comments
 (0)