Skip to content

Commit

Permalink
Update poetry and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dotX12 committed Apr 27, 2024
1 parent 42f4111 commit 16f82ea
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:

- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
run: poetry install --only=dev --no-interaction --no-root
#----------------------------------------------
# install your root project, if required
#----------------------------------------------
- name: Install library
run: poetry install --no-interaction
run: poetry install --only=dev --no-interaction
#----------------------------------------------
# run test suite
#----------------------------------------------
Expand Down
28 changes: 14 additions & 14 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ pydantic = "^1.10.2"
shazamio-core = "^1.0.7"
aiohttp-retry = "^2.8.3"

[tool.poetry.group.dev.dependencies]
[tool.poetry.dev-dependencies]
black = {version = "^24.2.0", allow-prereleases = true}
pytest = "^7.2.0"
pytest-asyncio = "^0.20.3"
pytest = "8.1.2"
pytest-asyncio = "^0.23.6"

[build-system]
requires = ["poetry-core>=1.0.0", "wheel>=0.36,<1.0"]
Expand Down

0 comments on commit 16f82ea

Please sign in to comment.