File tree Expand file tree Collapse file tree 3 files changed +3
-81
lines changed
Expand file tree Collapse file tree 3 files changed +3
-81
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -118,10 +118,9 @@ plugins:
118118 - https://frequenz-floss.github.io/frequenz-api-common/v0.3/objects.inv
119119 - https://grpc.github.io/grpc/python/objects.inv
120120 # Note this plugin must be loaded after mkdocstrings to be able to use macros
121- # inside docstrings. See the comment in `docs/_scripts/macros.py` for more
122- # details
121+ # inside docstrings.
123122 - macros :
124- module_name : docs/_scripts/macros
123+ modules : ["frequenz.repo.config.mkdocs.mkdocstrings_macros"]
125124 on_undefined : strict
126125 on_error_fail : true
127126 - search
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ disable = [
163163]
164164
165165[tool .pytest .ini_options ]
166+ addopts = " -W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning -vv"
166167testpaths = [" tests" , " src" ]
167168asyncio_mode = " auto"
168169required_plugins = [" pytest-asyncio" , " pytest-mock" ]
You can’t perform that action at this time.
0 commit comments