Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
conradbez committed May 15, 2024
1 parent 4285240 commit b3466a7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run tests
run: |
poetry run pytest
poetry run pytest --reruns 3 # githubs playwright sometimes fails
- name: Build package
run: |
Expand Down
17 changes: 16 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ruff = "^0.4.4"
pytest = "^8.2.0"
python-dotenv = "^1.0.1"
playwright = "^1.43.0"
pytest-rerunfailures = "^14.0"

[build-system]
requires = ["poetry-core"]
Expand Down
1 change: 0 additions & 1 deletion tests/1_basic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def test_text():


def test_number_input():
sleep(0)
with sync_playwright() as playwright:
write_py_script(
contents="""
Expand Down

0 comments on commit b3466a7

Please sign in to comment.