File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,15 @@ jobs:
5454 fail-fast : false
5555 matrix :
5656 name : [
57+ " windows-py39-pluggy" ,
5758 " windows-py39" ,
5859 " windows-py310" ,
5960 " windows-py311" ,
6061 " windows-py312" ,
6162 " windows-py313" ,
6263
64+ " ubuntu-py39-pluggy" ,
65+ " ubuntu-py39-freeze" ,
6366 " ubuntu-py39" ,
6467 " ubuntu-py310" ,
6568 " ubuntu-py311" ,
7780 ]
7881
7982 include :
83+ - name : " windows-py39-pluggy"
84+ python : " 3.9"
85+ os : windows-latest
86+ tox_env : " py39-pluggymain-pylib-xdist"
8087 - name : " windows-py39"
8188 python : " 3.9"
8289 os : windows-latest
@@ -98,6 +105,14 @@ jobs:
98105 os : windows-latest
99106 tox_env : " py313"
100107
108+ - name : " ubuntu-py39-pluggy"
109+ python : " 3.9"
110+ os : ubuntu-latest
111+ tox_env : " py39-pluggymain-pylib-xdist"
112+ - name : " ubuntu-py39-freeze"
113+ python : " 3.9"
114+ os : ubuntu-latest
115+ tox_env : " py39-freeze"
101116 - name : " ubuntu-py39"
102117 python : " 3.9"
103118 os : ubuntu-latest
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ envlist =
1414 doctesting
1515 doctesting-coverage
1616 plugins
17+ py39-freeze
1718 docs
1819 docs-checklinks
1920
@@ -176,7 +177,7 @@ commands =
176177 pytest pytest_twisted_integration.py
177178 pytest simple_integration.py --force-sugar --flakes
178179
179- [testenv:py39]
180+ [testenv:py39-freeze ]
180181description =
181182 test pytest frozen with `pyinstaller` under `{basepython}`
182183changedir = testing/freeze
You can’t perform that action at this time.
0 commit comments