Skip to content

Commit

Permalink
refactor: move pytest into group.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mariugul committed Sep 3, 2024
1 parent 5ca3ceb commit b3c09c5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 46 deletions.
61 changes: 19 additions & 42 deletions poetry.lock

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

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ selenium = "4.21.0"
ffmpeg-python = "0.2.0"
yt-dlp = "*"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"

[tool.poetry.scripts]
pikaraoke = "pikaraoke.app:main"
pikaraoke-setup = "pikaraoke.setup_apt:main"
Expand All @@ -40,6 +37,6 @@ pikaraoke-setup = "pikaraoke.setup_apt:main"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

# pyproject.toml
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.7.1"
pytest = "^8.3.2"

0 comments on commit b3c09c5

Please sign in to comment.