From 84513ffffbc72d7e50bcf032f60e879e7245f216 Mon Sep 17 00:00:00 2001 From: carsen-stringer Date: Mon, 4 Mar 2024 11:24:47 -0500 Subject: [PATCH] Update tox.ini --- tox.ini | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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