From 0b669c31013b97921a549d0bd0e6edc6cce6e474 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Mon, 4 Nov 2024 12:23:26 +0100 Subject: [PATCH] Run wgpu in tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02df2ff..f506435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ glfw = ["glfw>=1.9"] lint = ["ruff", "pre-commit"] examples = ["numpy", "wgpu", "glfw", "pyside6"] docs = ["sphinx>7.2", "sphinx_rtd_theme", "sphinx-gallery"] -tests = ["pytest", "psutil", "glfw", "pyside6"] +tests = ["pytest", "psutil", "wgpu", "glfw"] dev = ["rendercanvas[lint,tests,examples,docs]"] [project.entry-points."pyinstaller40"]