Skip to content

Commit

Permalink
fix: tests for multiple pydantic version and removing tests for (3.8 …
Browse files Browse the repository at this point in the history
…EOL and failing due to rust also for now)
  • Loading branch information
suryaiyer95 committed Jan 21, 2025
1 parent 38dad6d commit 43a5d84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ envlist =
clean,
check,
docs,
{py38,py39,py310,py311,py312,pypy38,pypy39,pypy310}-{cover,nocov},
{py39,py310,py311,py312,pypy38,pypy39,pypy310}-{pydantic28,pydantic210}-{cover,nocov},
report
ignore_basepython_conflict = true

Expand All @@ -40,6 +40,8 @@ usedevelop =
deps =
pytest
cover: pytest-cov
pydantic28: pydantic>=2.8,<2.9
pydantic210: pydantic>=2.10,<2.11
commands =
nocov: {posargs:pytest -vv --ignore=src}
cover: {posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv}
Expand Down

0 comments on commit 43a5d84

Please sign in to comment.