Skip to content

Commit

Permalink
Migrate Pytest config into TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Nov 9, 2023
1 parent 8461cfa commit 868261c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"


[tool.pytest]
filterwarnings = ["error::UserWarning"]


[tool.bumpversion]
current_version = "0.7.0"
commit = false
Expand Down
3 changes: 0 additions & 3 deletions pytest.ini

This file was deleted.

0 comments on commit 868261c

Please sign in to comment.