Skip to content

[tests] Implementation of the new testing plugin (backward-compatible) [part 2] #12099

[tests] Implementation of the new testing plugin (backward-compatible) [part 2]

[tests] Implementation of the new testing plugin (backward-compatible) [part 2] #12099

Triggered via pull request September 29, 2024 11:45
Status Failure
Total duration 44s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff (UP007): sphinx/testing/_internal/isolation.py#L27
sphinx/testing/_internal/isolation.py:27:19: UP007 Use `X | Y` for type annotations
Ruff (UP007): sphinx/testing/_internal/isolation.py#L30
sphinx/testing/_internal/isolation.py:30:25: UP007 Use `X | Y` for type annotations
Ruff (I001): sphinx/testing/_internal/pytest_util.py#L7
sphinx/testing/_internal/pytest_util.py:7:1: I001 Import block is un-sorted or un-formatted
Ruff (UP038): sphinx/testing/_internal/util.py#L101
sphinx/testing/_internal/util.py:101:12: UP038 Use `X | Y` in `isinstance` call instead of `(X, Y)`
Ruff (UP007): sphinx/testing/fixtures.py#L50
sphinx/testing/fixtures.py:50:24: UP007 Use `X | Y` for type annotations
Ruff (UP007): sphinx/testing/fixtures.py#L51
sphinx/testing/fixtures.py:51:20: UP007 Use `X | Y` for type annotations
Ruff (UP007): sphinx/testing/fixtures.py#L520
sphinx/testing/fixtures.py:520:38: UP007 Use `X | Y` for type annotations
ruff
Process completed with exit code 1.
mypy
Process completed with exit code 1.