Just to inform that I have these two errors when running the test_flake8 with Yocto:
/usr/lib/python3.14/site-packages/colcon_python_setup_py/package_augmentation/python_setup_py.py:58:13: F824 nonlocal setup_py is unused: name is never assigned in scope
nonlocal setup_py
^
/usr/lib/python3.14/site-packages/colcon_python_setup_py/package_identification/python_setup_py.py:241:5: F824 global _setup_information_cache is unused: name is never assigned in scope
global _setup_information_cache
^
flake8 reported 2 errors
Just to inform that I have these two errors when running the test_flake8 with Yocto:
/usr/lib/python3.14/site-packages/colcon_python_setup_py/package_augmentation/python_setup_py.py:58:13: F824
nonlocal setup_pyis unused: name is never assigned in scopenonlocal setup_py
^
/usr/lib/python3.14/site-packages/colcon_python_setup_py/package_identification/python_setup_py.py:241:5: F824
global _setup_information_cacheis unused: name is never assigned in scopeglobal _setup_information_cache
^
flake8 reported 2 errors