SovereignCloudStack / standards

SCS standards in a machine readable format
https://scs.community/
Creative Commons Attribution Share Alike 4.0 International
30 stars 21 forks source link

Upgrade dependencies #623

Closed mbuechse closed 2 weeks ago

mbuechse commented 2 weeks ago

Hopefully subsumes https://github.com/SovereignCloudStack/standards/pull/621 https://github.com/SovereignCloudStack/standards/pull/617 https://github.com/SovereignCloudStack/standards/pull/616

martinmo commented 2 weeks ago

That's a big jump for the openstacksdk, from 0.103.x to 3.1.x. And I wonder why the Python unit tests did not run. I thought with https://github.com/SovereignCloudStack/standards/blob/main/.github/workflows/test-python.yml#L6-L10 this should happen.

martinmo commented 2 weeks ago

Ok, only the initial push triggered the pipeline with the python tests, which ran successfully. The second push only contained changes for npm and that's why python tests don't run. Probably, that's the difference between the push and pull_request triggers in the github workflow file.