robbrad / UKBinCollectionData

UK Council Bin Collection Data Parser Outputting Bin Data as a JSON
MIT License
104 stars 73 forks source link

fix: Handle Barnet council cookies message #727

Closed OliverCullimore closed 1 month ago

OliverCullimore commented 1 month ago

Fix accepting cookies before entering postcode

OliverCullimore commented 1 month ago

@robbrad also failing on this one where I've only added a few lines which is odd

OliverCullimore commented 1 month ago

Council tests failing with a "The currently activated Python version 3.10.12 is not supported by the project (>=3.11)." error.

Unable to see a reason for this error as behave.yml is using 3.11 and 3.12 now.

OliverCullimore commented 1 month ago

@robbrad Looks like it was present in another recent PR too https://github.com/robbrad/UKBinCollectionData/actions/runs/9138162537/job/25128988718#step:9:14 but either now we've removed the line caching poetry or due to upping the min python version it's escalated it from a warning to an error.

OliverCullimore commented 1 month ago

We've also dropped from 152 test cases to 44 https://robbrad.github.io/UKBinCollectionData/3.12/

robbrad commented 1 month ago

We've also dropped from 152 test cases to 44 https://robbrad.github.io/UKBinCollectionData/3.12/

Thats because it only tests the councils that changed :)