A leftover from #16548. The whole test suite failed to run locally with pytest complaining about .pyc files in test/integration/toolchains/qbs (I did not save the actual error message, sorry). The issue was apparently due to a couple of the test subdirs not containing an __init__.py and them not being handled as a Python sub-package as a result.
Changelog: Omit Docs: Omit
A leftover from #16548. The whole test suite failed to run locally with
pytest
complaining about.pyc
files intest/integration/toolchains/qbs
(I did not save the actual error message, sorry). The issue was apparently due to a couple of the test subdirs not containing an__init__.py
and them not being handled as a Python sub-package as a result.