home-assistant / wheels

Build wheels for Home Assistant
https://wheels.home-assistant.io
Apache License 2.0
32 stars 31 forks source link

Add requirements from base image to wheels test file #664

Closed frenck closed 10 months ago

frenck commented 10 months ago

This PR adds all requirements from our base image to our Wheels builder as well:

Ref: https://github.com/home-assistant/docker/blob/master/requirements.txt

This ensures we always test against these, as they are not tested/triggered anywhere else. It helps working around chicken/egg problems and ensure these can be build (as Core doesn't run it).