55requires = [
66 " setuptools == 75.8.0" ,
77 " setuptools_scm[toml] == 8.1.0" ,
8- " frequenz-repo-config[lib] == 0.11 .0" ,
8+ " frequenz-repo-config[lib] == 0.12 .0" ,
99]
1010build-backend = " setuptools.build_meta"
1111
@@ -69,7 +69,7 @@ dev-mkdocs = [
6969 " mkdocs-material == 9.6.2" ,
7070 " mkdocstrings[python] == 0.28.0" ,
7171 " mkdocstrings-python == 1.14.3" ,
72- " frequenz-repo-config[lib] == 0.11 .0" ,
72+ " frequenz-repo-config[lib] == 0.12 .0" ,
7373]
7474dev-mypy = [
7575 " mypy == 1.14.1" ,
@@ -79,15 +79,15 @@ dev-mypy = [
7979 # For checking the noxfile, docs/ script, and tests
8080 " frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8181]
82- dev-noxfile = [" nox == 2024.10.9" , " frequenz-repo-config[lib] == 0.11 .0" ]
82+ dev-noxfile = [" nox == 2024.10.9" , " frequenz-repo-config[lib] == 0.12 .0" ]
8383dev-pylint = [
8484 " pylint == 3.3.4" ,
8585 # For checking the noxfile, docs/ script, and tests
8686 " frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8787]
8888dev-pytest = [
8989 " pytest == 8.3.4" ,
90- " frequenz-repo-config[extra-lint-examples] == 0.11 .0" ,
90+ " frequenz-repo-config[extra-lint-examples] == 0.12 .0" ,
9191 " pytest-mock == 3.14.0" ,
9292 " pytest-asyncio == 0.25.3" ,
9393 " async-solipsism == 0.7" ,
@@ -161,6 +161,7 @@ disable = [
161161]
162162
163163[tool .pytest .ini_options ]
164+ addopts = " -W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning -vv"
164165testpaths = [" tests" , " src" ]
165166asyncio_mode = " auto"
166167asyncio_default_fixture_loop_scope = " function"
0 commit comments