Skip to content

Commit

Permalink
Merge pull request #35 from erlichsefi/dev
Browse files Browse the repository at this point in the history
changing store for Barket
  • Loading branch information
erlichsefi authored Dec 20, 2023
2 parents 01d294b + f5bd233 commit 517606b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion il_supermarket_scarper/scrappers/tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 517606b

Please sign in to comment.