Skip to content

Commit c273970

Browse files
committed
ci: Debug
1 parent 379458a commit c273970

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

duties.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ def test(ctx: Context, *cli_args: str, match: str = "", snapshot: str = "report"
231231
args = ["-n", "auto", "--inline-snapshot=disable"]
232232
else:
233233
args = [f"--inline-snapshot={snapshot}"]
234+
print(args)
234235
ctx.run(
235236
tools.pytest(
236237
"tests",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dev = [
9090
"pytest-cov>=5.0",
9191
"pytest-randomly>=3.15",
9292
"pytest-xdist>=3.6",
93-
"beautifulsoup4>=4.12",
93+
"beautifulsoup4>=4.12.3",
9494
"inline-snapshot>=0.18",
9595
"mypy>=1.10",
9696
"types-markdown>=3.6",

0 commit comments

Comments
 (0)