Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove testing on Pydantic v1
Browse files Browse the repository at this point in the history
First part of #1199
cthoyt committed Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a33ace8 commit 381fb19
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -66,14 +66,9 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest ]
python-version: [ "3.12", "3.9" ]
pydantic: [ "pydantic1", "pydantic2" ]
exclude:
- os: windows-latest
python-version: 3.9
- python-version: 3.9
pydantic: "pydantic1"
- os: windows-latest
pydantic: "pydantic1"
steps:
- uses: actions/checkout@v4
- name: "Install uv"
6 changes: 1 addition & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -19,8 +19,7 @@ envlist =
docstr-coverage
docs
# the actual tests
py-pydantic1
py-pydantic2
py
doctests
# always keep coverage-report last
#coverage-report
@@ -30,9 +29,6 @@ commands =
coverage run -p -m pytest --durations=20 {posargs:tests}
coverage combine
coverage xml
deps =
pydantic1: pydantic<2.0
pydantic2: pydantic>=2.0
passenv =
HOME
extras =

0 comments on commit 381fb19

Please sign in to comment.