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",