Skip to content

Commit cffbb02

Browse files
committed
Fix use of optional dependencies
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent b5f9c60 commit cffbb02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ dev-mypy = [
6363
"mypy == 1.1.1",
6464
"types-setuptools >= 67.6.0, < 68", # Should match the global dependency
6565
# For checking the docs/ script, and tests
66-
"frequenz-repo-config[docs-gen,pytest]",
66+
"frequenz-repo-config[dev-docs-gen,dev-pytest]",
6767
]
6868
dev-pylint = [
6969
"pylint == 2.17.1",
7070
"pylint-google-style-guide-imports-enforcing == 1.3.0",
7171
# For checking the docs/ script, and tests
72-
"frequenz-repo-config[docs-gen,pytest]",
72+
"frequenz-repo-config[dev-docs-gen,dev-pytest]",
7373
]
7474
dev-pytest = ["pytest == 7.2.2"]
7575
dev = [

0 commit comments

Comments
 (0)