hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.61k stars 505 forks source link

Revert "Refactor of _utils.py and associated test cases" #1044

Closed jknndy closed 3 months ago

jknndy commented 3 months ago

Reverts hhursev/recipe-scrapers#1031

jknndy commented 3 months ago

@jayaddison, after pushing the newest commit to main it causes a fail, i think related to extruct / lxml . This PR is the revert back to the previous passing commit but is throwing the same error. I've tried a few solutions, including updating the extruct dependencies to a newer version, but havent had any luck. I'll keep looking into it ...

jayaddison commented 3 months ago

Thanks @jknndy - it seems that the extruct/lxml related errors are the problem reported in #1045. I've opened #1048 to limit the development-dependency of lxml to avoid incompatibility with extruct v0.16 until a longer-term fix is possible.