Skip to content

Commit 3b22583

Browse files
[pre-commit.ci] pre-commit autoupdate (#691)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <raabe@posteo.de>
1 parent 10cab9a commit 3b22583

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: python-no-log-warn
2929
- id: text-unicode-replacement-char
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.12.1
31+
rev: v0.12.4
3232
hooks:
3333
- id: ruff-format
3434
- id: ruff

tests/test_dag_command.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ def task_example(path=Path("input.txt")): ...
6262

6363

6464
@pytest.mark.skipif(not _TEST_SHOULD_RUN, reason="pygraphviz is required")
65+
@pytest.mark.xfail(
66+
sys.platform == "linux" and sys.version_info[:2] == (3, 9), reason="flakey"
67+
)
6568
@pytest.mark.parametrize("layout", _GRAPH_LAYOUTS)
6669
@pytest.mark.parametrize("format_", _TEST_FORMATS)
6770
@pytest.mark.parametrize("rankdir", [_RankDirection.LR.value, _RankDirection.TB])

0 commit comments

Comments
 (0)