Skip to content

Commit b21c871

Browse files
Rename Components to ElectricalComponents
Signed-off-by: Flora <[email protected]>
1 parent 7802605 commit b21c871

File tree

4 files changed

+470
-367
lines changed

4 files changed

+470
-367
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.6.0, < 5",
30-
"frequenz-api-common >= 0.6.0, < 7",
30+
"frequenz-api-common @ git+https://github.com/frequenz-floss/frequenz-api-common.git@2e89add6a16d42b23612f0f791a499919f3738ed",
3131
]
3232
dynamic = ["version"]
3333

@@ -144,7 +144,7 @@ disable = [
144144
]
145145

146146
[tool.pytest.ini_options]
147-
addopts = "-W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning '-Wdefault:Protobuf gencode version 5.27.2 is exactly one major version older than the runtime version:UserWarning' -vv"
147+
addopts = "-W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning -vv"
148148
testpaths = ["tests", "src"]
149149
asyncio_mode = "auto"
150150
asyncio_default_fixture_loop_scope = "function"

src/frequenz/client/common/microgrid/components/__init__.py

Lines changed: 0 additions & 354 deletions
This file was deleted.

0 commit comments

Comments
 (0)