Skip to content

Commit

Permalink
Run wgpu in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Nov 4, 2024
1 parent 37ac1a5 commit 0b669c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 0b669c3

Please sign in to comment.