From f5bd23373220db437675cdf8a59ff6d072209464 Mon Sep 17 00:00:00 2001 From: Erlich Sefi Date: Wed, 20 Dec 2023 09:16:19 +0000 Subject: [PATCH] changing store for barket --- il_supermarket_scarper/scrappers/tests/test_all.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/il_supermarket_scarper/scrappers/tests/test_all.py b/il_supermarket_scarper/scrappers/tests/test_all.py index e300cf3..12c1968 100644 --- a/il_supermarket_scarper/scrappers/tests/test_all.py +++ b/il_supermarket_scarper/scrappers/tests/test_all.py @@ -6,7 +6,7 @@ @pytest.mark.run(order=1) -class BareketTestCase(make_test_case(ScraperFactory.BAREKET, 2)): +class BareketTestCase(make_test_case(ScraperFactory.BAREKET, 5)): pass diff --git a/setup.py b/setup.py index ace5513..8d07ef7 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ tests_require=["pytest==7.1", "black==23.9.1", "pylint==3.0.1"], extras_require={"test": ["pytest"]}, # *strongly* suggested for sharing - version="0.3.5", + version="0.3.6", # The license can be anything you like license="MIT", description="python package that implement a scraping for israeli supermarket data",