Skip to content

Commit

Permalink
TEMP: DEBUG: only windows with failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Oct 12, 2020
1 parent fe8ba56 commit ac292d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 156 deletions.
31 changes: 0 additions & 31 deletions .builds/freebsd.yml

This file was deleted.

86 changes: 3 additions & 83 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,96 +20,16 @@ jobs:
fail-fast: false
matrix:
name: [
"ubuntu-py39",
"ubuntu-py38",
"ubuntu-py38 (pexpect, integration)",
"ubuntu-pypy3",

"macos-py36",

"windows-py37 (1)",
"windows-py37 (2)",

"xdist",

"linting",
"docs",
"doctesting",
"mypy",
]

include:
- name: "ubuntu-py39"
python: "3.9"
os: ubuntu-latest
tox_env: "py39-coverage"
- name: "ubuntu-py38"
python: "3.8"
os: ubuntu-latest
tox_env: "py38-numpy-oldattrs-twisted-coverage"
- name: "ubuntu-pypy3"
python: "pypy3"
os: ubuntu-latest
tox_env: "pypy3-coverage"
pytest_addopts: "-m 'pypy_specific or acceptance_tests'"
- name: "ubuntu-py38 (pexpect, integration)"
python: "3.8"
os: ubuntu-latest
# NOTE: the lsof factor is not really useful currently, with its
# warnings being ignored. This uses it here only to cover the
# LsofFdLeakChecker itself.
# (https://github.com/blueyed/pytest/issues/195)
tox_env: "py38-lsof-pexpect-coverage"
pytest_addopts: "-m 'uses_pexpect or integration'"
script_prefix: "env -u COLUMNS"

# Coverage for:
# - osx
# - pygments
# - verbosity=1
- name: "macos-py36"
python: "3.6"
os: macos-latest
tox_env: "py36-pygments-coverage"
pytest_addopts: "--verbosity=1"

- name: "windows-py37 (1)"
python: "3.7"
os: windows-latest
tox_env: "py37-coverage-grouped"
# Coverage for:
# - verbosity=2
pytest_addopts: "--verbosity=2 --test-group-count 2 --test-group=1"
- name: "windows-py37 (2)"
python: "3.7"
os: windows-latest
tox_env: "py37-coverage-grouped"
# Coverage for:
# - verbosity=2
pytest_addopts: "--verbosity=2 --test-group-count 2 --test-group=2"

- name: "xdist"
python: "3.8"
os: ubuntu-latest
tox_env: "py38-xdist-coverage"
pytest_addopts: "-m 'xdist_specific or acceptance_tests' -n 0"

- name: "linting"
python: "3.8"
os: ubuntu-latest
tox_env: "linting_ci"
- name: "docs"
python: "3.8"
os: ubuntu-latest
tox_env: "docs"
- name: "doctesting"
python: "3.8"
os: ubuntu-latest
tox_env: "doctesting-coverage"
- name: "mypy"
python: "3.8"
os: ubuntu-latest
tox_env: "mypy_ci"
tox_env: "py37"
script_prefix: "env PYTEST_REORDER_TESTS=0 PYTEST_DEBUG=1"
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"

steps:
- uses: actions/checkout@v2
Expand Down
42 changes: 0 additions & 42 deletions .travis.yml

This file was deleted.

0 comments on commit ac292d9

Please sign in to comment.