mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
downgraded recipe scrapers to pass tests for now
This commit is contained in:
@@ -156,6 +156,7 @@ def test_url_import_regex_replace(u1_s1):
|
||||
|
||||
if 'cookbook' in os.getcwd():
|
||||
test_file = os.path.join(os.getcwd(), 'other', 'test_data', recipe)
|
||||
# TODO this catch doesn't really work depending on from where you start the test, must check for duplicate path sections
|
||||
else:
|
||||
test_file = os.path.join(os.getcwd(), 'cookbook', 'tests', 'other', 'test_data', recipe)
|
||||
with open(test_file, 'r', encoding='UTF-8') as d:
|
||||
|
||||
@@ -30,7 +30,7 @@ Jinja2==3.1.3
|
||||
django-webpack-loader==3.0.1
|
||||
git+https://github.com/BITSOLVER/django-js-reverse@071e304fd600107bc64bbde6f2491f1fe049ec82
|
||||
django-allauth==0.61.1
|
||||
recipe-scrapers==14.55.0
|
||||
recipe-scrapers==14.53.0
|
||||
django-scopes==2.0.0
|
||||
django-treebeard==4.7
|
||||
django-cors-headers==4.3.1
|
||||
|
||||
Reference in New Issue
Block a user