From 018b34a2e459034d5bc7b6a9c2fd72ea87af7003 Mon Sep 17 00:00:00 2001 From: Oliver Holworthy <1216955+oliverholworthy@users.noreply.github.com> Date: Fri, 2 Jun 2023 20:24:43 +0100 Subject: [PATCH] Update deps for gpu tox env --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 97b368d208..bb93a468ac 100644 --- a/tox.ini +++ b/tox.ini @@ -37,9 +37,7 @@ sitepackages=true ; and other gpu-specific libraries that we can enxpect will always exist. Thus, we don't need ; to install requirements.txt yet. As we get better at python environment isolation, we will ; need to add some back. -deps = - pytest - pytest-cov +deps = -rrequirements/test.txt commands = python -m pip install \ cudf-cu11=={env:RAPIDS_VERSION} dask-cudf-cu11=={env:RAPIDS_VERSION} \