Skip to content

Commit b926787

Browse files
committed
TMP: Use dev dependency for repo-config
1 parent ae998cf commit b926787

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

pyproject.toml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
requires = [
66
"setuptools == 68.1.0",
77
"setuptools_scm[toml] == 7.1.0",
8-
"frequenz-repo-config[lib] == 0.5.2",
8+
#"frequenz-repo-config[lib] == 0.5.2",
9+
"frequenz-repo-config[lib]@git+https://github.com/llucax/frequenz-repo-config-python@mypy",
910
]
1011
build-backend = "setuptools.build_meta"
1112

@@ -65,7 +66,8 @@ dev-mkdocs = [
6566
"mkdocs-material == 9.2.5",
6667
"mkdocs-section-index == 0.3.5",
6768
"mkdocstrings[python] == 0.22.0",
68-
"frequenz-repo-config[lib] == 0.5.2",
69+
#"frequenz-repo-config[lib] == 0.5.2",
70+
"frequenz-repo-config[lib]@git+https://github.com/llucax/frequenz-repo-config-python@mypy",
6971
]
7072
dev-mypy = [
7173
"mypy == 1.5.1",
@@ -81,15 +83,20 @@ dev-mypy = [
8183
# For checking the noxfile, docs/ script, and tests
8284
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8385
]
84-
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.5.2"]
86+
dev-noxfile = [
87+
"nox == 2023.4.22",
88+
# "frequenz-repo-config[lib] == 0.5.2",
89+
"frequenz-repo-config[lib]@git+https://github.com/llucax/frequenz-repo-config-python@mypy",
90+
]
8591
dev-pylint = [
8692
"pylint == 2.17.5",
8793
# For checking the noxfile, docs/ script, and tests
8894
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8995
]
9096
dev-pytest = [
9197
"pytest == 7.4.0",
92-
"frequenz-repo-config[extra-lint-examples] == 0.5.2",
98+
#"frequenz-repo-config[extra-lint-examples] == 0.5.2",
99+
"frequenz-repo-config[extra-lint-examples]@git+https://github.com/llucax/frequenz-repo-config-python@mypy",
93100
"pytest-mock == 3.11.1",
94101
"pytest-asyncio == 0.21.1",
95102
"time-machine == 2.12.0",

0 commit comments

Comments
 (0)