apache / buildstream

BuildStream, the software integration tool
https://buildstream.build/
Apache License 2.0
85 stars 30 forks source link

Fix tests after dependency updates #1936

Closed juergbi closed 4 months ago

juergbi commented 4 months ago

pytest 8 had breaking changes in test collection, which prevented the main test suite from being picked up in combination with our sourcetests_collection_hook.

This sets the pytest testpaths config to fix test collection and fixes a couple of issues that caused test failures.