Skip to content

Commit 758dd5f

Browse files
committed
Fix tests namespace pollution from entsoe
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent c148173 commit 758dd5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ requires-python = ">= 3.11, < 4"
3939
# TODO(cookiecutter): Remove and add more dependencies if appropriate
4040
dependencies = [
4141
"click >= 8.1.8, < 9",
42-
"entsoe-py >= 0.6.16, < 0.8.0",
42+
# Stick to a version without a polluting `tests` package: https://github.com/EnergieID/entsoe-py/pull/447
43+
"entsoe-py >= 0.6.16, < 0.7.1",
4344
"frequenz-api-common >= 0.6.5, < 0.9.0",
4445
"grpcio >= 1.72.1, < 2",
4546
"frequenz-channels >= 1.6.1, < 2",

0 commit comments

Comments
 (0)