Skip to content

Commit

Permalink
Ausklammern nicht funktionierender Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dornech committed Nov 17, 2024
1 parent 892b207 commit 8452002
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ addopts = "-ra -q --doctest-glob='*.md'"
testpaths = [
"tests",
]
log_cli = true
log_cli_level = "INFO"
log_format = "%(asctime)s %(levelname)s %(message)s"
log_date_format = "%Y-%m-%d %H:%M:%S"

[tool.coverage.run]
branch = true
Expand Down Expand Up @@ -307,4 +311,4 @@ all = [
# Test matrix for various Python versions replacing the functionality of tox
[[tool.hatch.envs.py-test.matrix]]
template = ["test"]
python = ["310", "311", "312"]
python = ["39", "310", "311", "312"]

0 comments on commit 8452002

Please sign in to comment.