conan-io / conan

Conan - The open-source C and C++ package manager
https://conan.io
MIT License
7.95k stars 951 forks source link

Add missing __init__.py for tests #16551

Closed valgur closed 4 days ago

valgur commented 4 days ago

Changelog: Omit Docs: Omit

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.