Skip to content

Commit

Permalink
changed the optional option for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cparcerisas committed Sep 5, 2024
1 parent 494455b commit a101ec5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
42 changes: 21 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ pvlib = {version = "^0.11.0", optional = true}
dask = {version = "^2024.8.2", optional = true}

[tool.poetry.group.dev.dependencies]
pre-commit = {version = "^3.3.1", optional = true}
isort = {version = "^5.12.0", optional = true}
black = {version = ">=23.3,<25.0", optional = true}
pre-commit = "^3.3.1"
isort = "^5.12.0"
black = ">=23.3,<25.0"

[tool.poetry.group.test.dependencies]
pyyaml = {version = "^6.0", optional = true}
pytest = {version = "^7.3.1", optional = true}
coverage = {version = "^7.2.5", optional = true}
python-dotenv = {version = "^1.0.0", optional = true}
pytest-cov = {version = "^4.1.0", optional = true}
pyyaml = "^6.0"
pytest = "^7.3.1"
coverage = "^7.2.5"
python-dotenv = "^1.0.0"
pytest-cov = "^4.1.0"

[tool.poetry.group.docs.dependencies]
sphinx = "6.1.2"
Expand Down

0 comments on commit a101ec5

Please sign in to comment.