Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into 8.0.x.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Oct 5, 2022
2 parents 7120803 + ea03398 commit cadbac2
Show file tree
Hide file tree
Showing 107 changed files with 3,198 additions and 6,604 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ exclude_lines =
# Don't complain about ellipsis (exception classes, typing overloads etc):
\.\.\.

# Ignore abstract methods
@(abc\.)?abstractmethod

fail_under=0
ignore_errors = False
omit =
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false # Don't let a failed MacOS run stop the Ubuntu runs
matrix:
os: ['ubuntu-latest']
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.7', '3.8', '3.9', '3.10']
include:
- os: 'macos-latest'
python-version: '3.7'
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
platform: ['_local_background* _local_at*']
# NOTE: includes must define ALL of the matrix values
include:
# latest python
- name: 'py-3.10'
os: 'ubuntu-latest'
python-version: '3.10'
test-base: 'tests/f'
chunk: '1/4'
platform: '_local_background*'
# tests/k
- name: 'flaky'
os: 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
manylinux: ['1']
os: ['ubuntu-18.04'] # run on the oldest linux we have access to
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- name: Checkout
Expand Down
Loading

0 comments on commit cadbac2

Please sign in to comment.