Skip to content

Commit

Permalink
TMP: Use dev dependency for repo-config
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax committed Aug 29, 2023
1 parent b3403d9 commit d8d04e7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
requires = [
"setuptools == 68.1.0",
"setuptools_scm[toml] == 7.1.0",
"frequenz-repo-config[lib] == 0.5.2",
#"frequenz-repo-config[lib] == 0.5.2",
"frequenz-repo-config[lib]@git+https://github.com/llucax/frequenz-repo-config-python@mypy",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -65,7 +66,8 @@ dev-mkdocs = [
"mkdocs-material == 9.2.5",
"mkdocs-section-index == 0.3.5",
"mkdocstrings[python] == 0.22.0",
"frequenz-repo-config[lib] == 0.5.2",
#"frequenz-repo-config[lib] == 0.5.2",
"frequenz-repo-config[lib]@git+https://github.com/llucax/frequenz-repo-config-python@mypy",
]
dev-mypy = [
"mypy == 1.5.1",
Expand All @@ -81,15 +83,20 @@ dev-mypy = [
# For checking the noxfile, docs/ script, and tests
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.5.2"]
dev-noxfile = [
"nox == 2023.4.22",
# "frequenz-repo-config[lib] == 0.5.2",
"frequenz-repo-config[lib]@git+https://github.com/llucax/frequenz-repo-config-python@mypy",
]
dev-pylint = [
"pylint == 2.17.5",
# For checking the noxfile, docs/ script, and tests
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-pytest = [
"pytest == 7.4.0",
"frequenz-repo-config[extra-lint-examples] == 0.5.2",
#"frequenz-repo-config[extra-lint-examples] == 0.5.2",
"frequenz-repo-config[extra-lint-examples]@git+https://github.com/llucax/frequenz-repo-config-python@mypy",
"pytest-mock == 3.11.1",
"pytest-asyncio == 0.21.1",
"time-machine == 2.12.0",
Expand Down

0 comments on commit d8d04e7

Please sign in to comment.