We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b13379 commit 40d975aCopy full SHA for 40d975a
.github/workflows/main.yml
@@ -78,6 +78,13 @@ jobs:
78
- name: "ubuntu-py37"
79
python: "3.7"
80
os: ubuntu-latest
81
+ # Coverage for:
82
+ # - pytester's LsofFdLeakChecker
83
+ # - TestArgComplete (linux only)
84
+ # - numpy
85
+ # - old attrs
86
+ # - verbose=0
87
+ # - test_sys_breakpoint_interception (via pexpect).
88
tox_env: "py37-lsof-numpy-oldattrs-pexpect-twisted"
89
- name: "ubuntu-py37-pluggy"
90
@@ -104,6 +111,9 @@ jobs:
104
111
105
112
os: macos-latest
106
113
tox_env: "py37-xdist"
114
+ env:
115
+ # Cover verbose=1.
116
+ PYTEST_ADDOPTS: -v
107
117
- name: "macos-py38"
108
118
python: "3.8"
109
119
0 commit comments