File tree 1 file changed +17
-17
lines changed 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -28,24 +28,24 @@ jobs:
28
28
fail-fast : false
29
29
matrix :
30
30
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",
43
43
" ubuntu-pypy3" ,
44
44
45
- " macos-py37" ,
46
- " macos-py38" ,
47
-
48
- " linting" ,
45
+ # "macos-py37",
46
+ # "macos-py38",
47
+ #
48
+ # "linting",
49
49
]
50
50
51
51
include :
@@ -135,7 +135,7 @@ jobs:
135
135
shell : bash
136
136
run : |
137
137
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
139
139
140
140
- name : Prepare coverage token
141
141
if : success() && !matrix.skip_coverage && ( github.repository == 'pytest-dev/pytest' || github.event_name == 'pull_request' )
You can’t perform that action at this time.
0 commit comments