|
@@ -41,7 +41,7 @@ jobs:
|
|
run: pipenv run playwright install chromium --with-deps
|
|
run: pipenv run playwright install chromium --with-deps
|
|
|
|
|
|
- name: Pytest
|
|
- name: Pytest
|
|
- run: pipenv run pytest --cov=taipy --cov-append --cov-report="xml:overall-coverage.xml" --cov-report term-missing tests
|
|
|
|
|
|
+ run: pipenv run pytest -m "not orchestrator_dispatcher and not modin and not standalone" --cov=taipy --cov-append --cov-report="xml:overall-coverage.xml" --cov-report term-missing tests
|
|
|
|
|
|
- name: Coverage
|
|
- name: Coverage
|
|
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
|
|
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
|