From 990c9cfab0ce827aaec48d027db57cefaebf39a7 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Mon, 10 Nov 2025 21:09:53 -0800 Subject: [PATCH] TST: Update tox config to fix timeouts in CI. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index f1198620..34dbfa2e 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,8 @@ description = run tests setenv = devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple +passenv = OMP_NUM_THREADS + deps = # We use these files to specify all the dependencies, and below we override # versions for specific testing schenarios