fermyon / spin-python-sdk

Spin SDK for Python
https://developer.fermyon.com/spin/v2/python-components
Apache License 2.0
31 stars 11 forks source link

Some tests and docs expect a template on main #65

Closed itowlson closed 9 months ago

itowlson commented 9 months ago

Spin e2e tests are currently failing because they expect to find a template on main (because the SUT Spin doesn't match any template tag). Some docs also guide users to expect to find a template here (although the tags will satisfy users on releases who simply run spin templates install) This temporarily places the py2wasm/SDK1 template on main to cover for while we create a componentize-py / SDK2.

(If we have a new template ready to go then that's a better solution than this.)