Skip to content

Commit

Permalink
unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 22, 2021
1 parent 9948420 commit 911fe8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from pathlib import Path

import pytest
import qtpy

from magicgui import type_map, use_app

Expand Down Expand Up @@ -38,7 +37,6 @@ def test_doc_code_cells(fname, globalns=globals()):
exec(cell, globalns)


@pytest.mark.skipif("PyQt6" in qtpy.API_NAME, reason="crashes")
@pytest.mark.parametrize(
"fname", [f for f in glob("examples/*.py") if "napari" not in f]
)
Expand Down

0 comments on commit 911fe8b

Please sign in to comment.