diff --git a/tox.ini b/tox.ini index 4de43840..082d2000 100644 --- a/tox.ini +++ b/tox.ini @@ -4,9 +4,9 @@ requires = tox-conda [gh-actions] python = - 3.8: py38 3.9: py39 3.10: py310 + 3.11: py311 fail_on_no_env = True [gh-actions:env] @@ -27,14 +27,10 @@ passenv = NUMPY_EXPERIMENTAL_ARRAY_FUNCTION PYVISTA_OFF_SCREEN extras = gui -conda_deps = - pytest - #pytorch - #linux,windows: cpuonly -conda_channels = - pytorch deps = .[gui] + py + pytest pytest-cov pytest-xvfb # ignoring contrib tests for now