Skip to content

Commit

Permalink
Run most pytests on Ubuntu Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 28, 2024
1 parent 496e958 commit 3f94836
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
pip install --editable .
- name: Run tests
run: pytest -s -vvv
--ignore=tests/test_pyttsx3.py::test_interrupting_utterance
--ignore=tests/test_pyttsx3.py::test_changing_voices
--ignore=tests/test_pyttsx3.py::changing_speech_rate
--ignore=tests/test_pyttsx3.py::changing_volume
--ignore=tests/test_pyttsx3.py::running_driver_event_loop
run: pytest -s -vvv \
--ignore=tests/test_pyttsx3.py::test_interrupting_utterance \
--ignore=tests/test_pyttsx3.py::test_changing_voices \
--ignore=tests/test_pyttsx3.py::changing_speech_rate \
--ignore=tests/test_pyttsx3.py::changing_volume \
--ignore=tests/test_pyttsx3.py::running_driver_event_loop \
--ignore=tests/test_pyttsx3.py::external_event_loop

build:
Expand Down

0 comments on commit 3f94836

Please sign in to comment.