Skip to content

Commit

Permalink
fix: ignore warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaiyer95 committed Jan 21, 2025
1 parent e409801 commit cde2195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ envlist =
check,
docs,
{py39,py310,py311,py312,pypy39,pypy310}-{pydantic28,pydantic210}-{cover,nocov},
{py39,py310,py311,py312,pypy39,pypy310}-{cover,nocov},
{py38,py39,py310,py311,py312,pypy38,pypy39,pypy310}-{cover,nocov},
report
ignore_basepython_conflict = true

Expand Down Expand Up @@ -44,8 +44,8 @@ deps =
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}
nocov: {posargs:pytest -vv --ignore=src -p no:warnings}
cover: {posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv -p no:warnings}

[testenv:check]
deps =
Expand Down

0 comments on commit cde2195

Please sign in to comment.