Skip to content

Commit

Permalink
Mark test as requires_application
Browse files Browse the repository at this point in the history
  • Loading branch information
aganders3 committed Jun 14, 2023
1 parent b19c229 commit 7d07618
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vispy/visuals/filters/tests/test_face_picking_filter.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
# Copyright (c) Vispy Development Team. All Rights Reserved.
# Distributed under the (new) BSD License. See LICENSE.txt for more info.
import numpy as np

from vispy.geometry import create_plane
from vispy.scene.visuals import Mesh
from vispy.testing import TestingCanvas
from vispy.testing import requires_application, TestingCanvas
from vispy.visuals.filters import FacePickingFilter


Expand All @@ -16,6 +16,7 @@ def test_empty_mesh_face_picking():
filter.enabled = True


@requires_application()
def test_face_picking():
vertices, faces, _ = create_plane(125, 125)
vertices = vertices["position"]
Expand Down

0 comments on commit 7d07618

Please sign in to comment.