File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 20
20
include :
21
21
# OSX tests - first (in test stage), since they are the slower ones.
22
22
- os : osx
23
- # NOTE: (tests with) pexpect appear to be buggy on Travis,
24
- # at least with coverage.
25
- # Log: https://travis-ci.org/pytest-dev/pytest/jobs/500358864
26
23
osx_image : xcode10.1
27
24
language : generic
28
25
env : TOXENV=py37-xdist PYTEST_COVERAGE=1
@@ -45,12 +42,12 @@ jobs:
45
42
# - TestArgComplete (linux only)
46
43
# - numpy
47
44
# Empty PYTEST_ADDOPTS to run this non-verbose.
48
- - env : TOXENV=py37-lsof-numpy-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
45
+ - env : TOXENV=py37-lsof-numpy-twisted- xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
49
46
50
47
# Specialized factors for py37.
51
48
# Coverage for:
52
49
# - test_sys_breakpoint_interception (via pexpect).
53
- - env : TOXENV=py37-pexpect,py37-twisted PYTEST_COVERAGE=1
50
+ - env : TOXENV=py37-pexpect PYTEST_COVERAGE=1
54
51
- env : TOXENV=py37-pluggymaster-xdist
55
52
- env : TOXENV=py37-freeze
56
53
Original file line number Diff line number Diff line change @@ -28,17 +28,14 @@ jobs:
28
28
tox.env : ' py36-xdist'
29
29
py37 :
30
30
python.version : ' 3.7'
31
- tox.env : ' py37'
31
+ tox.env : ' py37-twisted-numpy '
32
32
# Coverage for:
33
33
# - _py36_windowsconsoleio_workaround (with py36+)
34
34
# - test_request_garbage (no xdist)
35
35
PYTEST_COVERAGE : ' 1'
36
36
py37-linting/docs/doctesting :
37
37
python.version : ' 3.7'
38
38
tox.env : ' linting,docs,doctesting'
39
- py37-twisted/numpy :
40
- python.version : ' 3.7'
41
- tox.env : ' py37-twisted,py37-numpy'
42
39
py37-pluggymaster-xdist :
43
40
python.version : ' 3.7'
44
41
tox.env : ' py37-pluggymaster-xdist'
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ commands =
23
23
coverage: coverage report
24
24
passenv = USER USERNAME COVERAGE_* TRAVIS PYTEST_ADDOPTS
25
25
setenv =
26
- _PYTEST_TOX_DEFAULT_POSARGS ={env:_PYTEST_TOX_POSARGS_LSOF:} {env:_PYTEST_TOX_POSARGS_PEXPECT:} {env:_PYTEST_TOX_POSARGS_TWISTED:} {env: _PYTEST_TOX_POSARGS_XDIST:}
26
+ _PYTEST_TOX_DEFAULT_POSARGS ={env:_PYTEST_TOX_POSARGS_LSOF:} {env:_PYTEST_TOX_POSARGS_XDIST:}
27
27
28
28
# Configuration to run with coverage similar to Travis/Appveyor, e.g.
29
29
# "tox -e py37-coverage".
@@ -37,9 +37,6 @@ setenv =
37
37
lsof: _PYTEST_TOX_POSARGS_LSOF =--lsof
38
38
39
39
pexpect: _PYTEST_TOX_PLATFORM =linux|darwin
40
- pexpect: _PYTEST_TOX_POSARGS_PEXPECT =-m uses_pexpect
41
-
42
- twisted: _PYTEST_TOX_POSARGS_TWISTED =testing/test_unittest.py
43
40
44
41
xdist: _PYTEST_TOX_POSARGS_XDIST =-n auto
45
42
extras = testing
You can’t perform that action at this time.
0 commit comments