Skip to content

Commit cde2195

Browse files
committed
fix: ignore warnings
1 parent e409801 commit cde2195

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ envlist =
1515
check,
1616
docs,
1717
{py39,py310,py311,py312,pypy39,pypy310}-{pydantic28,pydantic210}-{cover,nocov},
18-
{py39,py310,py311,py312,pypy39,pypy310}-{cover,nocov},
18+
{py38,py39,py310,py311,py312,pypy38,pypy39,pypy310}-{cover,nocov},
1919
report
2020
ignore_basepython_conflict = true
2121

@@ -44,8 +44,8 @@ deps =
4444
pydantic28: pydantic>=2.8,<2.9
4545
pydantic210: pydantic>=2.10,<2.11
4646
commands =
47-
nocov: {posargs:pytest -vv --ignore=src}
48-
cover: {posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv}
47+
nocov: {posargs:pytest -vv --ignore=src -p no:warnings}
48+
cover: {posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv -p no:warnings}
4949

5050
[testenv:check]
5151
deps =

0 commit comments

Comments
 (0)