Skip to content

Commit 43a5d84

Browse files
committed
fix: tests for multiple pydantic version and removing tests for (3.8 EOL and failing due to rust also for now)
1 parent 38dad6d commit 43a5d84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ envlist =
1414
clean,
1515
check,
1616
docs,
17-
{py38,py39,py310,py311,py312,pypy38,pypy39,pypy310}-{cover,nocov},
17+
{py39,py310,py311,py312,pypy38,pypy39,pypy310}-{pydantic28,pydantic210}-{cover,nocov},
1818
report
1919
ignore_basepython_conflict = true
2020

@@ -40,6 +40,8 @@ usedevelop =
4040
deps =
4141
pytest
4242
cover: pytest-cov
43+
pydantic28: pydantic>=2.8,<2.9
44+
pydantic210: pydantic>=2.10,<2.11
4345
commands =
4446
nocov: {posargs:pytest -vv --ignore=src}
4547
cover: {posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv}

0 commit comments

Comments
 (0)