Skip to content

Commit

Permalink
ignore deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 5, 2023
1 parent 49da04b commit 7b7a14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ tests = { sequence = [
"tests_unit",
"tests_integration",
], help = "Run all available tests" }
tests_unit = "pytest -svx test/unit"
tests_unit = "pytest -W ignore::DeprecationWarning -svx test/unit"
tests_integration = "pytest -W ignore::DeprecationWarning -svx test/integration"

[build-system]
Expand Down

0 comments on commit 7b7a14c

Please sign in to comment.