Skip to content

Disable RUF067 for now #1827

Disable RUF067 for now

Disable RUF067 for now #1827

Triggered via pull request January 8, 2026 20:14
Status Success
Total duration 16m 3s
Artifacts

ci.yml

on: pull_request
Ruff
6s
Ruff
Typos
6s
Typos
Validate CITATION.cff
12s
Validate CITATION.cff
basedpyright
1m 1s
basedpyright
Pytest without Numpy
56s
Pytest without Numpy
Documentation
47s
Documentation
Matrix: downstream_tests
Matrix: pytest
Fit to window
Zoom out
Zoom in

Annotations

37 warnings
Ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
Pytest on Py3.12 ubuntu-latest: .env/lib/python3.12/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
Pytest on Py3.12 ubuntu-latest: /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2592) is multi-threaded, use of fork() may lead to deadlocks in the child.
Pytest on Py3.12 ubuntu-latest: /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2592) is multi-threaded, use of fork() may lead to deadlocks in the child.
Pytest on Py3.12 ubuntu-latest: /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2592) is multi-threaded, use of fork() may lead to deadlocks in the child.
Pytest on Py3.12 ubuntu-latest: /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2592) is multi-threaded, use of fork() may lead to deadlocks in the child.
Pytest on Py3.12 ubuntu-latest: /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2592) is multi-threaded, use of fork() may lead to deadlocks in the child.
Pytest on Py3.12 ubuntu-latest: /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2592) is multi-threaded, use of fork() may lead to deadlocks in the child.
Pytest on Py3.12 ubuntu-latest: /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2592) is multi-threaded, use of fork() may lead to deadlocks in the child.
Pytest on Py3.12 ubuntu-latest: /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2592) is multi-threaded, use of fork() may lead to deadlocks in the child.
Pytest on Py3.10 ubuntu-latest: .env/lib/python3.10/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
Pytest on Py3.x ubuntu-latest: .env/lib/python3.14/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
Pytest on Py3.x macos-latest: .env/lib/python3.14/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
Pytest on Pypypy3.10 ubuntu-latest: .env/lib/pypy3.10/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
Pytest on Py3.10 macos-latest: .env/lib/python3.10/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
Tests for downstream project loopy: loopy/loopy/isl_helpers.py#L190
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
Tests for downstream project loopy: loopy/loopy/isl_helpers.py#L190
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
Tests for downstream project loopy: loopy/loopy/isl_helpers.py#L190
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
Tests for downstream project loopy: loopy/loopy/target/execution.py#L309
Unable to generate code to automatically find 'im_h' from 'img':
Tests for downstream project loopy: loopy/loopy/target/c/c_execution.py#L339
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Tests for downstream project loopy: loopy/loopy/target/c/c_execution.py#L322
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Tests for downstream project loopy: loopy/test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Tests for downstream project loopy: loopy/loopy/target/c/c_execution.py#L339
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Tests for downstream project loopy: loopy/loopy/target/c/c_execution.py#L322
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Tests for downstream project loopy: loopy/test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Pytest on Py3.12 macos-latest: .env/lib/python3.12/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
Tests for downstream project pytato: pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Tests for downstream project pytato: pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Tests for downstream project pytato: pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Tests for downstream project pytato: pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Tests for downstream project pytato: pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Tests for downstream project pytato: pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Tests for downstream project pytato: pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Tests for downstream project pytato: pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Tests for downstream project pytato: pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Tests for downstream project pytato: pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
Pytest on Pypypy3.10 macos-latest: .env/lib/pypy3.10/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)