diff --git a/docs/docusaurus/yarn.lock b/docs/docusaurus/yarn.lock index 083132964136..3ae3db49f29d 100644 --- a/docs/docusaurus/yarn.lock +++ b/docs/docusaurus/yarn.lock @@ -12257,9 +12257,9 @@ shebang-regex@^3.0.0: integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== shell-quote@^1.8.3: - version "1.8.3" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.3.tgz#55e40ef33cf5c689902353a3d8cd1a6725f08b4b" - integrity sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw== + version "1.8.4" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.4.tgz#2edd9a4dcefc96649e2e2cb12f637b1f1d92a190" + integrity sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ== shelljs.exec@^1.1.7: version "1.1.8" diff --git a/tests/conftest.py b/tests/conftest.py index 1b188df69f48..b514c5594a36 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -452,11 +452,7 @@ class Category: # change. Unconditionally skip every test carrying one of these markers, # regardless of the corresponding -- flag, until the backends are # either restored. Delete this block to restore them. - skipped_backend_marks = { - "redshift", - "databricks", - "bigquery" - } # "snowflake", "athena" + skipped_backend_marks = {"redshift", "databricks", "bigquery"} # "snowflake", "athena" for item in items: present = skipped_backend_marks.intersection(item.keywords) if present: