From c2739709c75e93f8531f3ed64d4105a1c83c7597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Tue, 24 Dec 2024 16:19:07 +0100 Subject: [PATCH] ci: Debug --- duties.py | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/duties.py b/duties.py index bd05133..5efdb24 100644 --- a/duties.py +++ b/duties.py @@ -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", diff --git a/pyproject.toml b/pyproject.toml index cec9eea..c6f3cc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",