File tree 2 files changed +7
-10
lines changed 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 28
28
language : generic
29
29
# Coverage for:
30
30
# - py2 with symlink in test_cmdline_python_package_symlink.
31
- env : TOXENV=py27-xdist PYTEST_COVERAGE=1
31
+ # - _pytest.unittest._handle_skip (via pexpect).
32
+ env : TOXENV=py27-pexpect-xdist PYTEST_COVERAGE=1
32
33
before_install :
33
34
- python -V
34
35
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 27
62
63
# - pytester's LsofFdLeakChecker
63
64
# - TestArgComplete (linux only)
64
65
# - numpy
66
+ # - test_sys_breakpoint_interception (via pexpect).
65
67
# Empty PYTEST_ADDOPTS to run this non-verbose.
66
- - env : TOXENV=py37-lsof-numpy-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
68
+ - env : TOXENV=py37-lsof-numpy-pexpect- xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
67
69
68
70
# Specialized factors for py27.
69
71
- env : TOXENV=py27-nobyte-numpy-xdist
72
74
python : ' 2.7'
73
75
74
76
# Specialized factors for py37.
75
- # Coverage for:
76
- # - test_sys_breakpoint_interception (via pexpect).
77
- - env : TOXENV=py37-pexpect,py37-twisted PYTEST_COVERAGE=1
77
+ - env : TOXENV=py37-twisted PYTEST_COVERAGE=1
78
78
- env : TOXENV=py37-pluggymaster-xdist
79
79
- env : TOXENV=py37-freeze
80
80
84
84
if : type = cron
85
85
86
86
- stage : baseline
87
- # Coverage for:
88
- # - _pytest.unittest._handle_skip (via pexpect).
89
- env : TOXENV=py27-pexpect,py27-twisted PYTEST_COVERAGE=1
87
+ env : TOXENV=py27-twisted PYTEST_COVERAGE=1
90
88
python : ' 2.7'
91
89
# Use py36 here for faster baseline.
92
90
- env : TOXENV=py36-xdist
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ commands =
26
26
coverage: coverage report
27
27
passenv = USER USERNAME COVERAGE_* TRAVIS PYTEST_ADDOPTS
28
28
setenv =
29
- _PYTEST_TOX_DEFAULT_POSARGS ={env:_PYTEST_TOX_POSARGS_LSOF:} {env:_PYTEST_TOX_POSARGS_PEXPECT:} {env: _PYTEST_TOX_POSARGS_TWISTED:} {env:_PYTEST_TOX_POSARGS_XDIST:}
29
+ _PYTEST_TOX_DEFAULT_POSARGS ={env:_PYTEST_TOX_POSARGS_LSOF:} {env:_PYTEST_TOX_POSARGS_TWISTED:} {env:_PYTEST_TOX_POSARGS_XDIST:}
30
30
31
31
# Configuration to run with coverage similar to Travis/Appveyor, e.g.
32
32
# "tox -e py37-coverage".
@@ -40,7 +40,6 @@ setenv =
40
40
lsof: _PYTEST_TOX_POSARGS_LSOF =--lsof
41
41
42
42
pexpect: _PYTEST_TOX_PLATFORM =linux|darwin
43
- pexpect: _PYTEST_TOX_POSARGS_PEXPECT =testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py
44
43
45
44
twisted: _PYTEST_TOX_POSARGS_TWISTED =testing/test_unittest.py
46
45
You can’t perform that action at this time.
0 commit comments