Skip to content

Commit

Permalink
chore: move pytest config into pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
andersliland committed Feb 5, 2024
1 parent 8ed4b83 commit 1b347cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ empty_parameter_set_mark = "xfail"
log_cli_level = "INFO"
log_level = "INFO"
filterwarnings = ["ignore::DeprecationWarning"]
addopts = [
"--ignore=perf"
]

[build-system]
requires = ["poetry-core>=1.1.0a6"]
Expand Down
2 changes: 0 additions & 2 deletions pytest.ini

This file was deleted.

0 comments on commit 1b347cd

Please sign in to comment.