chainguard-dev / melange

build APKs from source code
Apache License 2.0
380 stars 83 forks source link

Python test pipelines should test every python version #1306

Open xnox opened 1 week ago

xnox commented 1 week ago

See https://github.com/wolfi-dev/os/pull/20318/files#r1643611760

We should add import tests where possible.

pnasrat commented 1 week ago

See #1299 and my draft PR #1300

pnasrat commented 1 week ago

We probably want subpackage test block in the range for import tests for the new style py3 version packaging, then setting the python binary to use rather than the main package test

pnasrat commented 1 week ago

Also follow up to change the numpy e2e test and remove the env changes in #1308