@@ -40,73 +40,12 @@ jobs:
40
40
]
41
41
42
42
include :
43
- - name : " ubuntu-py38"
44
- python : " 3.8"
45
- os : ubuntu-latest
46
- tox_env : " py38-numpy-oldattrs-twisted-coverage"
47
- - name : " ubuntu-pypy3"
48
- python : " pypy3"
49
- os : ubuntu-latest
50
- tox_env : " pypy3-coverage"
51
- pytest_addopts : " -m 'pypy_specific or acceptance_tests'"
52
- - name : " ubuntu-py38 (pexpect, integration)"
53
- python : " 3.8"
54
- os : ubuntu-latest
55
- # NOTE: the lsof factor is not really useful currently, with its
56
- # warnings being ignored. This uses it here only to cover the
57
- # LsofFdLeakChecker itself.
58
- # (https://github.com/blueyed/pytest/issues/195)
59
- tox_env : " py38-lsof-pexpect-coverage"
60
- pytest_addopts : " -m 'uses_pexpect or integration' --run-integration-tests"
61
- script_prefix : " env -u COLUMNS"
62
-
63
- # Coverage for:
64
- # - osx
65
- # - pygments
66
- # - verbosity=1
67
- - name : " macos-py36"
68
- python : " 3.6"
69
- os : macos-latest
70
- tox_env : " py36-pygments-coverage"
71
- pytest_addopts : " --verbosity=1"
72
-
73
43
- name : " windows-py37 (1)"
74
44
python : " 3.7"
75
45
os : windows-latest
76
- tox_env : " py37-coverage-grouped"
77
- # Coverage for:
78
- # - verbosity=2
79
- pytest_addopts : " --verbosity=2 --test-group-count 2 --test-group=1"
80
- - name : " windows-py37 (2)"
81
- python : " 3.7"
82
- os : windows-latest
83
- tox_env : " py37-coverage-grouped"
84
- # Coverage for:
85
- # - verbosity=2
86
- pytest_addopts : " --verbosity=2 --test-group-count 2 --test-group=2"
87
-
88
- - name : " xdist"
89
- python : " 3.8"
90
- os : ubuntu-latest
91
- tox_env : " py38-xdist-coverage"
92
- pytest_addopts : " -m 'xdist_specific or acceptance_tests' -n 0"
93
-
94
- - name : " linting"
95
- python : " 3.8"
96
- os : ubuntu-latest
97
- tox_env : " linting_ci"
98
- - name : " docs"
99
- python : " 3.8"
100
- os : ubuntu-latest
101
- tox_env : " docs"
102
- - name : " doctesting"
103
- python : " 3.8"
104
- os : ubuntu-latest
105
- tox_env : " doctesting-coverage"
106
- - name : " mypy"
107
- python : " 3.8"
108
- os : ubuntu-latest
109
- tox_env : " mypy_ci"
46
+ tox_env : " py37"
47
+ script_prefix : " env PYTEST_REORDER_TESTS=0 PYTEST_DEBUG=1"
48
+ pytest_addopts : " --verbosity=2 testing/test_assertrewrite.py:1284::TestEarlyRewriteBailout::test_basic testing/test_collection.py:707::Test_getinitialnodes::test_pkgfile testing/test_collection.py:1095::test_collect_init_tests testing/python/fixtures.py:1571::TestFixtureManagerParseFactories::test_package_xunit_fixture testing/python/fixtures.py:4105::TestScopeOrdering::test_multiple_packages"
110
49
111
50
steps :
112
51
- uses : actions/checkout@v2
0 commit comments