Skip to content

Commit

Permalink
Update project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Rol-la committed Feb 12, 2024
1 parent e39b062 commit 78824d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4"
packaging = "^23-2"
sensirion-shdlc-driver = "^0.1.5"
sensirion-i2c-driver="^1.0.0"

[tool.poetry.group.test]
optional = true
Expand All @@ -21,6 +23,7 @@ pytest-cov = "^4.1"
[tool.pytest.ini_options]
minversion = "7.0"
addopts = "--cov=sensirion_uart_scc1 --cov-report term --cov-report lcov --junitxml=test-report.xml"
markers = "needs_hardware"
testpaths = [
"tests"
]
Expand Down

0 comments on commit 78824d4

Please sign in to comment.