CI #157
tests.yml
on: schedule
tests
/
create-strategy
2s
Matrix: tests / tests
Annotations
9 errors
tests / Test (Python 3.9):
invenio_pure/api.py#L1
[pylint] invenio_pure/api.py
R: 34, 8: Use 'yield from' directly instead of yielding each element one by one (use-yield-from)
|
tests / Test (Python 3.9):
invenio_pure/cli.py#L1
[pylint] invenio_pure/cli.py
R: 34, 0: Too many positional arguments (6/5) (too-many-positional-arguments)
|
tests / Test (Python 3.9)
Process completed with exit code 1.
|
tests / Test (Python 3.11):
invenio_pure/api.py#L1
[pylint] invenio_pure/api.py
R: 34, 8: Use 'yield from' directly instead of yielding each element one by one (use-yield-from)
|
tests / Test (Python 3.11):
invenio_pure/cli.py#L1
[pylint] invenio_pure/cli.py
R: 34, 0: Too many positional arguments (6/5) (too-many-positional-arguments)
|
tests / Test (Python 3.11)
Process completed with exit code 1.
|
tests / Test (Python 3.10):
invenio_pure/api.py#L1
[pylint] invenio_pure/api.py
R: 34, 8: Use 'yield from' directly instead of yielding each element one by one (use-yield-from)
|
tests / Test (Python 3.10):
invenio_pure/cli.py#L1
[pylint] invenio_pure/cli.py
R: 34, 0: Too many positional arguments (6/5) (too-many-positional-arguments)
|
tests / Test (Python 3.10)
Process completed with exit code 1.
|