We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6814942 commit 5405eb8Copy full SHA for 5405eb8
.github/workflows/test_code.yml
@@ -34,4 +34,4 @@ jobs:
34
run: python -m pip install -e . --no-deps --force-reinstall
35
36
- name: Code tests
37
- run: python -m pytest -vv --ignore=tests/selenium --ignore=tests/test_playwright.py
+ run: python -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright
.github/workflows/test_latest_branca.yml
@@ -31,4 +31,4 @@ jobs:
31
run: |
32
micromamba remove branca --yes --force
33
python -m pip install git+https://github.com/python-visualization/branca.git
- python -m pytest -vv --ignore=tests/selenium
+ python -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright
tests/test_playwright.py renamed to tests/playwright/test_playwright.py
0 commit comments