Skip to content

Commit

Permalink
improving qt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Nov 23, 2023
1 parent 2bf54d6 commit 3e892cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
# platform: [windows-latest, macos-latest]
# platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [windows-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]

env:
DISPLAY: ':99.0'
# env:
# DISPLAY: ':99.0'

steps:
- name: get sanpyrepo
Expand All @@ -32,9 +32,9 @@ jobs:
# cache: pip
# cache-dependency-path: setup.py

# these libraries enable testing on Qt on linux
- name: Install Linux dependencies
uses: tlambert03/setup-qt-libs@v1
# enable testing on Qt on linux
# - name: Install Linux dependencies
# uses: tlambert03/setup-qt-libs@v1

# workaround for testing Qt on linux
# - name: Workaround for testing Qt on linux
Expand Down
3 changes: 0 additions & 3 deletions tests/interface/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ def test_analysisdir_tableview(qtbot):
def test_plugins(qtbot):
"""Run all plugins through a number of different tests.
"""

return

logger.info('')
if 1:
#
Expand Down

0 comments on commit 3e892cb

Please sign in to comment.