Skip to content

Commit 5405eb8

Browse files
committed
Move playwright tests into a separate directory
1 parent 6814942 commit 5405eb8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/test_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: python -m pip install -e . --no-deps --force-reinstall
3535

3636
- name: Code tests
37-
run: python -m pytest -vv --ignore=tests/selenium --ignore=tests/test_playwright.py
37+
run: python -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright

.github/workflows/test_latest_branca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: |
3232
micromamba remove branca --yes --force
3333
python -m pip install git+https://github.com/python-visualization/branca.git
34-
python -m pytest -vv --ignore=tests/selenium
34+
python -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright
File renamed without changes.

0 commit comments

Comments
 (0)