Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Dec 23, 2024
1 parent c9268af commit 7890c9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
python-version: ["3.9", "3.10", "3.11"]
napari: ["latest", "repo"]
exclude:
# TODO: Remove when we have a napari release with the plugin manager changes
- napari: "latest"
# TODO: PyQt / PySide wheels missing
- python-version: "3.11"
platform: "windows-latest"
Expand Down
3 changes: 2 additions & 1 deletion napari_update_checker/_tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import urllib.request
import sys
import tempfile
from pathlib import Path
Expand Down Expand Up @@ -30,7 +31,7 @@ def test_conda_forge_releases():
pass


def test_get_latest_version():
def test_get_latest_version(monkeypatch):
result = get_latest_version(github=None)
assert list(result)
result = get_latest_version(github=True)
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ NAPARI =
repo: napari_repo
BACKEND =
pyqt: PyQt5
pyside: PySide2
# pyside: PySide2
PyQt5: PyQt5
PySide2: PySide2
# PySide2: PySide2
PyQt6: PyQt6
PySide6: PySide6

Expand Down

0 comments on commit 7890c9d

Please sign in to comment.