Skip to content

Commit 508be0b

Browse files
committed
add -pylib tox environment
1 parent 02a9371 commit 508be0b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: "windows-py37-pluggy"
6767
python: "3.7"
6868
os: windows-latest
69-
tox_env: "py37-pluggymain-xdist"
69+
tox_env: "py37-pluggymain-pylib-xdist"
7070
- name: "windows-py38"
7171
python: "3.8"
7272
os: windows-latest
@@ -93,7 +93,7 @@ jobs:
9393
- name: "ubuntu-py37-pluggy"
9494
python: "3.7"
9595
os: ubuntu-latest
96-
tox_env: "py37-pluggymain-xdist"
96+
tox_env: "py37-pluggymain-pylib-xdist"
9797
- name: "ubuntu-py37-freeze"
9898
python: "3.7"
9999
os: ubuntu-latest

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ envlist =
1010
py310
1111
py311
1212
pypy3
13-
py37-{pexpect,xdist,unittestextras,numpy,pluggymain}
13+
py37-{pexpect,xdist,unittestextras,numpy,pluggymain,pylib}
1414
doctesting
1515
plugins
1616
py37-freeze
@@ -54,6 +54,7 @@ deps =
5454
numpy: numpy>=1.19.4
5555
pexpect: pexpect>=4.8.0
5656
pluggymain: pluggy @ git+https://github.com/pytest-dev/pluggy.git
57+
pylib: py>=1.8.2
5758
unittestextras: twisted
5859
unittestextras: asynctest
5960
xdist: pytest-xdist>=2.1.0

0 commit comments

Comments
 (0)