add back retires

This commit is contained in:
Thephaseless 2024-12-10 23:38:13 +00:00
parent b6571054ef
commit b0fb72dff2

View File

@ -29,8 +29,7 @@ RUN cd .venv/lib/*/site-packages/seleniumbase/drivers && ln -s /usr/bin/chromedr
FROM base AS test
RUN uv sync --group test
# RUN . .venv/bin/activate && pytest --retries 2 -n auto --xvfb
RUN . .venv/bin/activate && pytest -x --xvfb -n auto
RUN . .venv/bin/activate && pytest --retries 2 -n auto --xvfb
FROM base