From 15b1660715ca9c64e5e32d31aad557c0cca0dc44 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Fri, 6 Dec 2024 10:05:45 +0100 Subject: [PATCH] tests need trio --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9578ab1..6828a39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ glfw = ["glfw>=1.9"] lint = ["ruff", "pre-commit"] examples = ["numpy", "wgpu", "glfw", "pyside6", "imageio", "pytest"] docs = ["sphinx>7.2", "sphinx_rtd_theme", "sphinx-gallery", "numpy", "wgpu"] -tests = ["pytest", "numpy", "wgpu", "glfw"] +tests = ["pytest", "numpy", "wgpu", "glfw", "trio"] dev = ["rendercanvas[lint,tests,examples,docs]"] [project.entry-points."pyinstaller40"]