@@ -38,17 +38,17 @@ jobs: |
|
|
38 |
38 |
matrix: |
39 |
39 |
name: [ |
40 |
40 |
"windows-py37", |
41 |
|
-"windows-py37-pluggy", |
42 |
41 |
"windows-py38", |
|
42 |
+"windows-py38-pluggy", |
43 |
43 |
"windows-py39", |
44 |
44 |
"windows-py310", |
45 |
45 |
"windows-py311", |
46 |
46 |
"windows-py312", |
47 |
47 |
|
48 |
48 |
"ubuntu-py37", |
49 |
|
-"ubuntu-py37-pluggy", |
50 |
49 |
"ubuntu-py37-freeze", |
51 |
50 |
"ubuntu-py38", |
|
51 |
+"ubuntu-py38-pluggy", |
52 |
52 |
"ubuntu-py39", |
53 |
53 |
"ubuntu-py310", |
54 |
54 |
"ubuntu-py311", |
@@ -70,15 +70,15 @@ jobs: |
|
|
70 |
70 |
python: "3.7" |
71 |
71 |
os: windows-latest |
72 |
72 |
tox_env: "py37-numpy" |
73 |
|
- - name: "windows-py37-pluggy" |
74 |
|
-python: "3.7" |
75 |
|
-os: windows-latest |
76 |
|
-tox_env: "py37-pluggymain-pylib-xdist" |
77 |
73 |
- name: "windows-py38" |
78 |
74 |
python: "3.8" |
79 |
75 |
os: windows-latest |
80 |
76 |
tox_env: "py38-unittestextras" |
81 |
77 |
use_coverage: true |
|
78 |
+ - name: "windows-py38-pluggy" |
|
79 |
+python: "3.8" |
|
80 |
+os: windows-latest |
|
81 |
+tox_env: "py38-pluggymain-pylib-xdist" |
82 |
82 |
- name: "windows-py39" |
83 |
83 |
python: "3.9" |
84 |
84 |
os: windows-latest |
@@ -101,10 +101,6 @@ jobs: |
|
|
101 |
101 |
os: ubuntu-latest |
102 |
102 |
tox_env: "py37-lsof-numpy-pexpect" |
103 |
103 |
use_coverage: true |
104 |
|
- - name: "ubuntu-py37-pluggy" |
105 |
|
-python: "3.7" |
106 |
|
-os: ubuntu-latest |
107 |
|
-tox_env: "py37-pluggymain-pylib-xdist" |
108 |
104 |
- name: "ubuntu-py37-freeze" |
109 |
105 |
python: "3.7" |
110 |
106 |
os: ubuntu-latest |
@@ -113,6 +109,10 @@ jobs: |
|
|
113 |
109 |
python: "3.8" |
114 |
110 |
os: ubuntu-latest |
115 |
111 |
tox_env: "py38-xdist" |
|
112 |
+ - name: "ubuntu-py38-pluggy" |
|
113 |
+python: "3.8" |
|
114 |
+os: ubuntu-latest |
|
115 |
+tox_env: "py38-pluggymain-pylib-xdist" |
116 |
116 |
- name: "ubuntu-py39" |
117 |
117 |
python: "3.9" |
118 |
118 |
os: ubuntu-latest |