Skip to content

Commit 9bf20a6

Browse files
committed
tests: update dep and baseline
1 parent 9ccf71c commit 9bf20a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

noxfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33

44
# "3.10", "3.11", "3.12"
5-
@nox.session(python=["3.9"])
6-
@nox.parametrize("vtk", ["==9.3.1", "==9.4.1", "==9.4.20250111.dev0"])
5+
@nox.session(python=["3.10"])
6+
@nox.parametrize("vtk", ["==9.4.2", "==9.5.20250531.dev0"])
77
def tests(session, vtk):
88
session.install(".[dev]")
99
session.install("trame")
1010
session.install("trame-client[test]")
1111
session.install("trame-vuetify")
1212
session.install("pytest-asyncio")
1313
session.install("coverage")
14-
session.install("pyvista==0.44.1")
14+
session.install("pyvista==0.45.2")
1515
session.install(f"vtk{vtk}", "--extra-index-url", "https://wheels.vtk.org")
1616

1717
session.run("pytest", "--firefox", "--headless")

tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
trame
22
trame-client[test]
33
trame-vuetify
4-
vtk>=9.4
5-
pyvista==0.44.1
4+
vtk==9.4.2
5+
pyvista==0.45.2
66
pytest-asyncio
77
coverage
108 KB
Loading

0 commit comments

Comments
 (0)