Skip to content

Actually use context manager. #52

Actually use context manager.

Actually use context manager. #52

Triggered via push May 7, 2025 14:09
Status Success
Total duration 7m 51s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

80 errors
build (ubuntu-22.04, 3.10)
Process completed with exit code 1.
Ruff (F841): src/pyff/test/test_store.py#L261
src/pyff/test/test_store.py:261:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (F841): src/pyff/test/test_store.py#L128
src/pyff/test/test_store.py:128:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (E722): src/pyff/test/test_rwlock.py#L125
src/pyff/test/test_rwlock.py:125:13: E722 Do not use bare `except`
Ruff (F841): src/pyff/test/test_repo.py#L144
src/pyff/test/test_repo.py:144:9: F841 Local variable `dn` is assigned to but never used
Ruff (E722): src/pyff/test/test_pipeline.py#L635
src/pyff/test/test_pipeline.py:635:13: E722 Do not use bare `except`
Ruff (E722): src/pyff/test/test_pipeline.py#L532
src/pyff/test/test_pipeline.py:532:13: E722 Do not use bare `except`
Ruff (E741): src/pyff/test/test_pipeline.py#L266
src/pyff/test/test_pipeline.py:266:50: E741 Ambiguous variable name: `l`
Ruff (E721): src/pyff/test/test_md_api.py#L135
src/pyff/test/test_md_api.py:135:20: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (F841): src/pyff/test/test_log.py#L53
src/pyff/test/test_log.py:53:13: F841 Local variable `bad_handler` is assigned to but never used
build (ubuntu-24.04, 3.10)
Process completed with exit code 1.
Ruff (F841): src/pyff/test/test_store.py#L261
src/pyff/test/test_store.py:261:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (F841): src/pyff/test/test_store.py#L128
src/pyff/test/test_store.py:128:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (E722): src/pyff/test/test_rwlock.py#L125
src/pyff/test/test_rwlock.py:125:13: E722 Do not use bare `except`
Ruff (F841): src/pyff/test/test_repo.py#L144
src/pyff/test/test_repo.py:144:9: F841 Local variable `dn` is assigned to but never used
Ruff (E722): src/pyff/test/test_pipeline.py#L635
src/pyff/test/test_pipeline.py:635:13: E722 Do not use bare `except`
Ruff (E722): src/pyff/test/test_pipeline.py#L532
src/pyff/test/test_pipeline.py:532:13: E722 Do not use bare `except`
Ruff (E741): src/pyff/test/test_pipeline.py#L266
src/pyff/test/test_pipeline.py:266:50: E741 Ambiguous variable name: `l`
Ruff (E721): src/pyff/test/test_md_api.py#L135
src/pyff/test/test_md_api.py:135:20: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (F841): src/pyff/test/test_log.py#L53
src/pyff/test/test_log.py:53:13: F841 Local variable `bad_handler` is assigned to but never used
build (ubuntu-24.04, 3.9)
Process completed with exit code 1.
Ruff (F841): src/pyff/test/test_store.py#L261
src/pyff/test/test_store.py:261:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (F841): src/pyff/test/test_store.py#L128
src/pyff/test/test_store.py:128:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (E722): src/pyff/test/test_rwlock.py#L125
src/pyff/test/test_rwlock.py:125:13: E722 Do not use bare `except`
Ruff (F841): src/pyff/test/test_repo.py#L144
src/pyff/test/test_repo.py:144:9: F841 Local variable `dn` is assigned to but never used
Ruff (E722): src/pyff/test/test_pipeline.py#L635
src/pyff/test/test_pipeline.py:635:13: E722 Do not use bare `except`
Ruff (E722): src/pyff/test/test_pipeline.py#L532
src/pyff/test/test_pipeline.py:532:13: E722 Do not use bare `except`
Ruff (E741): src/pyff/test/test_pipeline.py#L266
src/pyff/test/test_pipeline.py:266:50: E741 Ambiguous variable name: `l`
Ruff (E721): src/pyff/test/test_md_api.py#L135
src/pyff/test/test_md_api.py:135:20: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (F841): src/pyff/test/test_log.py#L53
src/pyff/test/test_log.py:53:13: F841 Local variable `bad_handler` is assigned to but never used
build (ubuntu-22.04, 3.11)
Process completed with exit code 1.
Ruff (F841): src/pyff/test/test_store.py#L261
src/pyff/test/test_store.py:261:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (F841): src/pyff/test/test_store.py#L128
src/pyff/test/test_store.py:128:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (E722): src/pyff/test/test_rwlock.py#L125
src/pyff/test/test_rwlock.py:125:13: E722 Do not use bare `except`
Ruff (F841): src/pyff/test/test_repo.py#L144
src/pyff/test/test_repo.py:144:9: F841 Local variable `dn` is assigned to but never used
Ruff (E722): src/pyff/test/test_pipeline.py#L635
src/pyff/test/test_pipeline.py:635:13: E722 Do not use bare `except`
Ruff (E722): src/pyff/test/test_pipeline.py#L532
src/pyff/test/test_pipeline.py:532:13: E722 Do not use bare `except`
Ruff (E741): src/pyff/test/test_pipeline.py#L266
src/pyff/test/test_pipeline.py:266:50: E741 Ambiguous variable name: `l`
Ruff (E721): src/pyff/test/test_md_api.py#L135
src/pyff/test/test_md_api.py:135:20: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (F841): src/pyff/test/test_log.py#L53
src/pyff/test/test_log.py:53:13: F841 Local variable `bad_handler` is assigned to but never used
build (ubuntu-22.04, 3.9)
Process completed with exit code 1.
Ruff (F841): src/pyff/test/test_store.py#L261
src/pyff/test/test_store.py:261:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (F841): src/pyff/test/test_store.py#L128
src/pyff/test/test_store.py:128:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (E722): src/pyff/test/test_rwlock.py#L125
src/pyff/test/test_rwlock.py:125:13: E722 Do not use bare `except`
Ruff (F841): src/pyff/test/test_repo.py#L144
src/pyff/test/test_repo.py:144:9: F841 Local variable `dn` is assigned to but never used
Ruff (E722): src/pyff/test/test_pipeline.py#L635
src/pyff/test/test_pipeline.py:635:13: E722 Do not use bare `except`
Ruff (E722): src/pyff/test/test_pipeline.py#L532
src/pyff/test/test_pipeline.py:532:13: E722 Do not use bare `except`
Ruff (E741): src/pyff/test/test_pipeline.py#L266
src/pyff/test/test_pipeline.py:266:50: E741 Ambiguous variable name: `l`
Ruff (E721): src/pyff/test/test_md_api.py#L135
src/pyff/test/test_md_api.py:135:20: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (F841): src/pyff/test/test_log.py#L53
src/pyff/test/test_log.py:53:13: F841 Local variable `bad_handler` is assigned to but never used
build (ubuntu-22.04, 3.12)
Process completed with exit code 1.
Ruff (F841): src/pyff/test/test_store.py#L261
src/pyff/test/test_store.py:261:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (F841): src/pyff/test/test_store.py#L128
src/pyff/test/test_store.py:128:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (E722): src/pyff/test/test_rwlock.py#L125
src/pyff/test/test_rwlock.py:125:13: E722 Do not use bare `except`
Ruff (F841): src/pyff/test/test_repo.py#L144
src/pyff/test/test_repo.py:144:9: F841 Local variable `dn` is assigned to but never used
Ruff (E722): src/pyff/test/test_pipeline.py#L635
src/pyff/test/test_pipeline.py:635:13: E722 Do not use bare `except`
Ruff (E722): src/pyff/test/test_pipeline.py#L532
src/pyff/test/test_pipeline.py:532:13: E722 Do not use bare `except`
Ruff (E741): src/pyff/test/test_pipeline.py#L266
src/pyff/test/test_pipeline.py:266:50: E741 Ambiguous variable name: `l`
Ruff (E721): src/pyff/test/test_md_api.py#L135
src/pyff/test/test_md_api.py:135:20: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (F841): src/pyff/test/test_log.py#L53
src/pyff/test/test_log.py:53:13: F841 Local variable `bad_handler` is assigned to but never used
build (ubuntu-24.04, 3.12)
Process completed with exit code 1.
Ruff (F841): src/pyff/test/test_store.py#L261
src/pyff/test/test_store.py:261:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (F841): src/pyff/test/test_store.py#L128
src/pyff/test/test_store.py:128:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (E722): src/pyff/test/test_rwlock.py#L125
src/pyff/test/test_rwlock.py:125:13: E722 Do not use bare `except`
Ruff (F841): src/pyff/test/test_repo.py#L144
src/pyff/test/test_repo.py:144:9: F841 Local variable `dn` is assigned to but never used
Ruff (E722): src/pyff/test/test_pipeline.py#L635
src/pyff/test/test_pipeline.py:635:13: E722 Do not use bare `except`
Ruff (E722): src/pyff/test/test_pipeline.py#L532
src/pyff/test/test_pipeline.py:532:13: E722 Do not use bare `except`
Ruff (E741): src/pyff/test/test_pipeline.py#L266
src/pyff/test/test_pipeline.py:266:50: E741 Ambiguous variable name: `l`
Ruff (E721): src/pyff/test/test_md_api.py#L135
src/pyff/test/test_md_api.py:135:20: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (F841): src/pyff/test/test_log.py#L53
src/pyff/test/test_log.py:53:13: F841 Local variable `bad_handler` is assigned to but never used
build (ubuntu-24.04, 3.11)
Process completed with exit code 1.
Ruff (F841): src/pyff/test/test_store.py#L261
src/pyff/test/test_store.py:261:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (F841): src/pyff/test/test_store.py#L128
src/pyff/test/test_store.py:128:9: F841 Local variable `entity_id` is assigned to but never used
Ruff (E722): src/pyff/test/test_rwlock.py#L125
src/pyff/test/test_rwlock.py:125:13: E722 Do not use bare `except`
Ruff (F841): src/pyff/test/test_repo.py#L144
src/pyff/test/test_repo.py:144:9: F841 Local variable `dn` is assigned to but never used
Ruff (E722): src/pyff/test/test_pipeline.py#L635
src/pyff/test/test_pipeline.py:635:13: E722 Do not use bare `except`
Ruff (E722): src/pyff/test/test_pipeline.py#L532
src/pyff/test/test_pipeline.py:532:13: E722 Do not use bare `except`
Ruff (E741): src/pyff/test/test_pipeline.py#L266
src/pyff/test/test_pipeline.py:266:50: E741 Ambiguous variable name: `l`
Ruff (E721): src/pyff/test/test_md_api.py#L135
src/pyff/test/test_md_api.py:135:20: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (F841): src/pyff/test/test_log.py#L53
src/pyff/test/test_log.py:53:13: F841 Local variable `bad_handler` is assigned to but never used