Skip to content

Commit 95daa7c

Browse files
1 parent b0f5070 commit 95daa7c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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",
@@ -77,6 +80,10 @@ jobs:
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

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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]
180181
description =
181182
test pytest frozen with `pyinstaller` under `{basepython}`
182183
changedir = testing/freeze

0 commit comments

Comments
 (0)