Skip to content

Commit da51c21

Browse files
committed
TEMP: DEBUG: only windows with failing tests
1 parent 739e4c9 commit da51c21

File tree

1 file changed

+3
-64
lines changed

1 file changed

+3
-64
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -40,73 +40,12 @@ jobs:
4040
]
4141

4242
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-
7343
- name: "windows-py37 (1)"
7444
python: "3.7"
7545
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"
11049

11150
steps:
11251
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)