From e43b140d13a2551b81413f0b82ac463e68b167d6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:00:42 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.2...v0.9.9) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](https://github.com/executablebooks/mdformat/compare/0.7.21...0.7.22) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](https://github.com/executablebooks/mdformat/compare/0.7.21...0.7.22) - [github.com/crate-ci/typos: dictgen-v0.3.1 → v1.30.0](https://github.com/crate-ci/typos/compare/dictgen-v0.3.1...v1.30.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0848c22e..dbec99bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: python-no-log-warn - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.9 hooks: - id: ruff-format - id: ruff @@ -34,7 +34,7 @@ repos: hooks: - id: refurb - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: [ @@ -44,7 +44,7 @@ repos: ] files: (README\.md) - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: [ @@ -59,7 +59,7 @@ repos: - id: nbstripout exclude: (docs) - repo: https://github.com/crate-ci/typos - rev: dictgen-v0.3.1 + rev: v1.30.0 hooks: - id: typos exclude: (\.ipynb) From cd24b6a0e52616f6978b4402de2f6dccc321d755 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Sun, 9 Mar 2025 00:37:18 +0100 Subject: [PATCH 2/3] fix From 410d1ffe756f52ecdf9d876c77eff49e3b4f1aea Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Sun, 9 Mar 2025 00:44:57 +0100 Subject: [PATCH 3/3] Fix. --- tests/test_debugging.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_debugging.py b/tests/test_debugging.py index 31bc8848..40d1ebcd 100644 --- a/tests/test_debugging.py +++ b/tests/test_debugging.py @@ -473,11 +473,6 @@ def helper(): @pytest.mark.end_to_end @pytest.mark.skipif(not IS_PEXPECT_INSTALLED, reason="pexpect is not installed.") @pytest.mark.skipif(sys.platform == "win32", reason="pexpect cannot spawn on Windows.") -@pytest.mark.xfail( - condition=sys.version_info >= (3, 13) and sys.platform == "darwin", - reason="Can't debug since the debugger hangs.", - strict=True, -) def test_set_trace_is_returned_after_pytask_finishes(tmp_path): """Motivates unconfiguring of pdb.set_trace.""" source = f"""