Skip to content

Commit e8269e3

Browse files
committed
fixup! packages =
1 parent f48694a commit e8269e3

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ required_plugins = ["pytest-asyncio", "pytest-mock"]
142142
[tool.mypy]
143143
explicit_package_bases = true
144144
namespace_packages = true
145+
packages = ["frequenz.actor.test"]
145146
strict = true
146147

147148
[[tool.mypy.overrides]]

tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ required_plugins = ["pytest-asyncio", "pytest-mock"]
141141
[tool.mypy]
142142
explicit_package_bases = true
143143
namespace_packages = true
144+
packages = ["frequenz.app.test"]
144145
strict = true
145146

146147
[[tool.mypy.overrides]]

tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ required_plugins = ["pytest-asyncio", "pytest-mock"]
138138
[tool.mypy]
139139
explicit_package_bases = true
140140
namespace_packages = true
141+
packages = ["frequenz.test"]
141142
strict = true
142143

143144
[[tool.mypy.overrides]]

tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ required_plugins = ["pytest-asyncio", "pytest-mock"]
142142
[tool.mypy]
143143
explicit_package_bases = true
144144
namespace_packages = true
145+
packages = ["frequenz.model.test"]
145146
strict = true
146147

147148
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)