Skip to content

Commit

Permalink
Temporally disabling the execution of the log unit test in github act…
Browse files Browse the repository at this point in the history
…ions #34
  • Loading branch information
mgm8 committed May 23, 2022
1 parent 313657a commit b0730e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
- name: Install dependencies
run: |
sudo apt update -y --fix-missing
sudo apt install -y python3 python3-dev python3-gi python3-gi-cairo libcairo2-dev libgirepository1.0-dev gir1.2-gtk-3.0 libgtk-3-dev sphinx-common sphinx-rtd-theme-common xvfb python3-pytest python3-pytest-xvfb
sudo apt install -y python3 python3-dev python3-wheel python3-gi python3-gi-cairo libcairo2-dev libgirepository1.0-dev gir1.2-gtk-3.0 libgtk-3-dev sphinx-common sphinx-rtd-theme-common xvfb python3-pytest python3-pytest-xvfb
- name: Install Python dependencies
run: python -m pip install --upgrade pip PyGObject pyngham pytest-xvfb
run: python -m pip install --upgrade pip wheel PyGObject pyngham pytest-xvfb

- name: Execute the tests
run: |
Xvfb :1 &
export DISPLAY=:1
pytest-3 tests/
pytest-3 -k 'not log' tests/

0 comments on commit b0730e8

Please sign in to comment.