Skip to content

Commit

Permalink
dev deps pytest, pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil committed Nov 22, 2024
1 parent a004495 commit c54ba69
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13
3.13
13 changes: 10 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ Repository = "https://github.com/Clinical-Genomics/stranger"
Changelog = "https://github.com/Clinical-Genomics/stranger/blob/main/CHANGELOG.md"
"Bug Tracker" = "https://github.com/Clinical-Genomics/stranger/issues"

[project.optional-dependencies]
test = ["pytest","pytest-cov"]
dev = ["ruff>=0.7.2"]

[project.scripts]
stranger = "stranger.cli:cli"
Expand All @@ -54,3 +51,13 @@ target-version = ['py313']
[tool.ruff]
src = ["stranger", "tests", "scripts"]
line-length = 100

[dependency-groups]
dev = [
"pytest-cov>=4.1.0",
"pytest>=7.4.4",
]
lint = [
"black>=23.3.0",
"ruff>=0.8.0",
]
Loading

0 comments on commit c54ba69

Please sign in to comment.