Skip to content

Commit 5ac2ac0

Browse files
committed
fix2
1 parent 6a62396 commit 5ac2ac0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hatch.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ matrix.deps.python = [
7171
{ if = ["stable"], value = "3.12" },
7272
]
7373

74+
7475
[envs.hatch-test.scripts]
76+
# Simplified commands - PYTEST_ADDOPTS will add the junitxml flag
7577
run = "python -m pytest --color=yes --cov --cov-append --cov-report=xml --cov-config=pyproject.toml --ignore docs/ {args:-vv}"
7678
run-cov = "python -m pytest --color=yes --cov --cov-append --cov-report=xml --cov-config=pyproject.toml --ignore docs/ {args:-vv}"

0 commit comments

Comments
 (0)