Skip to content

Commit

Permalink
remove new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jun 18, 2024
1 parent 12c7b70 commit f8ca814
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/local.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Local Testing

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
pull_request:
workflow_dispatch:
schedule:
Expand Down Expand Up @@ -48,24 +48,11 @@ jobs:
if: matrix.qt != ''
run: |
set -eo pipefail
pip install ${{ matrix.qt }} matplotlib qtpy
pip install ${{ matrix.qt }} matplotlib
QT_DEBUG_PLUGINS=1 LIBGL_DEBUG=verbose python tests/test_qt.py
shell: bash
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.qt }}-cube
path: ${{ matrix.os }}-${{ matrix.qt }}-cube.png
if-no-files-found: error
- name: Test Vispy Qt
if: matrix.qt != ''
run: |
pip install vispy pillow pyopengl
QT_DEBUG_PLUGINS=1 python tests/test_vispy_qt.py
env:
MATRIX_OS: ${{ matrix.os }}
MATRIX_QT: ${{ matrix.qt }}
- uses: actions/upload-artifact@v4
if: matrix.qt != ''
with:
name: ${{ matrix.os }}-${{ matrix.qt }}-vispy-volume
path: ${{ matrix.os }}-${{ matrix.qt }}-vispy-volume.png
3 changes: 0 additions & 3 deletions tests/test_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
plt.figure()
backend = matplotlib.get_backend()
assert backend == 'QtAgg', backend

from qtpy import QtDBus
_ = QtDBus.QDBusConnection('Name')
20 changes: 0 additions & 20 deletions tests/test_vispy_qt.py

This file was deleted.

0 comments on commit f8ca814

Please sign in to comment.