Skip to content

build

build #502

Triggered via schedule June 26, 2023 04:22
Status Failure
Total duration 49s
Artifacts

build.yaml

on: schedule
run tests from packaged source
41s
run tests from packaged source
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (RUF012): docs/plugins/attrib_example.py#L10
docs/plugins/attrib_example.py:10:23: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): docs/plugins/attrib_example.py#L17
docs/plugins/attrib_example.py:17:25: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): docs/plugins/attrib_example.py#L31
docs/plugins/attrib_example.py:31:25: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): nose2/plugins/logcapture.py#L32
nose2/plugins/logcapture.py:32:15: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): nose2/plugins/mp.py#L481
nose2/plugins/mp.py:481:20: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): nose2/sphinxext.py#L18
nose2/sphinxext.py:18:19: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): nose2/tests/_common.py#L66
nose2/tests/_common.py:66:12: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py#L5
nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py:5:12: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py#L10
nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py:10:20: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py#L17
nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py:17:25: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`