Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

💚 Fix test matrix and include testing on Windows and MacOS #1290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reverting further to see when the coverage issue stops popping up
  • Loading branch information
svlandeg committed Feb 10, 2025
commit d80d39cad6e66b2c4ea716f51117f8ca9ab4c8dc
40 changes: 20 additions & 20 deletions 40 .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@ jobs:
test:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
os: ubuntu-latest
python-version: [ "3.12" ]
pydantic-version:
- pydantic-v1
- pydantic-v2
include:
- os: ubuntu-22.04
python-version: "3.7"
pydantic-version: pydantic-v1
- os: ubuntu-22.04
python-version: "3.7"
pydantic-version: pydantic-v2
- os: macos-latest
python-version: "3.8"
pydantic-version: pydantic-v1
- os: ubuntu-latest
python-version: "3.9"
pydantic-version: pydantic-v2
- os: ubuntu-latest
python-version: "3.10"
pydantic-version: pydantic-v1
- os: macos-latest
python-version: "3.11"
pydantic-version: pydantic-v2
# include:
# - os: ubuntu-22.04
# python-version: "3.7"
# pydantic-version: pydantic-v1
# - os: ubuntu-22.04
# python-version: "3.7"
# pydantic-version: pydantic-v2
# - os: macos-latest
# python-version: "3.8"
# pydantic-version: pydantic-v1
# - os: ubuntu-latest
# python-version: "3.9"
# pydantic-version: pydantic-v2
# - os: ubuntu-latest
# python-version: "3.10"
# pydantic-version: pydantic-v1
# - os: macos-latest
# python-version: "3.11"
# pydantic-version: pydantic-v2
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 0 additions & 1 deletion 1 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ exclude_lines = [
'if __name__ == "__main__":',
"if TYPE_CHECKING:",
]
skip_empty = true

[tool.coverage.html]
show_contexts = true
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.