Skip to content

Commit

Permalink
ci: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Dec 24, 2024
1 parent 379458a commit c273970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions duties.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def test(ctx: Context, *cli_args: str, match: str = "", snapshot: str = "report"
args = ["-n", "auto", "--inline-snapshot=disable"]
else:
args = [f"--inline-snapshot={snapshot}"]
print(args)
ctx.run(
tools.pytest(
"tests",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dev = [
"pytest-cov>=5.0",
"pytest-randomly>=3.15",
"pytest-xdist>=3.6",
"beautifulsoup4>=4.12",
"beautifulsoup4>=4.12.3",
"inline-snapshot>=0.18",
"mypy>=1.10",
"types-markdown>=3.6",
Expand Down

0 comments on commit c273970

Please sign in to comment.