Skip to content

Commit

Permalink
build: treat warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Dec 2, 2023
1 parent 62d6366 commit 91c292d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[pytest]
filterwarnings =
# treat all warnings as errors
error
# Remove once Release PR https://github.com/googleapis/python-api-common-protos/pull/191 is merged
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning

0 comments on commit 91c292d

Please sign in to comment.