Skip to content

Commit

Permalink
dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed May 20, 2024
1 parent 0083585 commit 8de3ea9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ pydantic = ">=1.10,<2"
python = "^3.7"
sdrf_pipelines = ">=0.0.26"

#[tool.poetry.dev-dependencies]
#pytest = "*"
[tool.poetry.dev-dependencies]
pytest = "*"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
testpaths = [
"tests",
]

[tool.black]
line-length = 88
Expand Down

0 comments on commit 8de3ea9

Please sign in to comment.