Skip to content

Commit

Permalink
Update all dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys0dev committed May 23, 2023
1 parent de728b6 commit 497965a
Show file tree
Hide file tree
Showing 3 changed files with 1,663 additions and 1,126 deletions.
1 change: 0 additions & 1 deletion cl/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def _create_browser() -> webdriver.Chrome:
if settings.SELENIUM_HEADLESS is True:
options.add_argument("headless")
options.add_argument("silent")
options.add_experimental_option("w3c", False)

# Workaround for
# https://bugs.chromium.org/p/chromium/issues/detail?id=1033941
Expand Down
Loading

0 comments on commit 497965a

Please sign in to comment.