Integration test failure on local sceptre master build

Trying to address this integration test failure as mentioned here https://github.com/Sceptre/sceptre/pull/1452#pullrequestreview-2113162462 However I can’t get these tests to run even on the master branch locally. I’m getting failures like the attached. Have you seen this before? Can you confirm that this is not happening in the master branch elsewhere?

are you running from master branch? and did you follow directions here, https://github.com/Sceptre/sceptre/blob/master/CONTRIBUTING.md#to-run-integration-tests-locally ?

take note about the eu-west-* region

It used to work for me when I run it locally, was just speculating if something in CloudFormation itself changed that has broken it thus wondering when the last time is we ran it

I was confused about setting the default region, and here’s a minor tweak to the docs to make this clearer in the future https://github.com/Sceptre/sceptre/pull/1475