From df1df09b9fda67e0d8b8c5bd396ca2252c13db1f Mon Sep 17 00:00:00 2001 From: Joshua Fehler Date: Mon, 24 Jun 2024 11:48:14 -0400 Subject: [PATCH] fixup --- .github/workflows/macos.yml | 2 +- pytest.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index dca86cab7..ad34f31da 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -61,4 +61,4 @@ jobs: run: | gtimeout 60 bash -c 'while ! wget -O /dev/null -T 1 http://localhost:4444/readyz; do echo waiting for selenium server; sleep 1; done' || (cat selenium-standalone.log && exit 2) - tox -e tests_selenium_remote_safari -- -n 1 || tox -e tests_selenium_remote_safari -- -n 1 --last-failed --last-failed-no-failures none + tox -e tests_selenium_remote_safari -- --clear-cache -n 1 || tox -e tests_selenium_remote_safari -- -n 1 --last-failed --last-failed-no-failures none diff --git a/pytest.ini b/pytest.ini index 18012a840..7a2de44dc 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = -v --cache-clear --durations=10 +addopts = -v --durations=10