From 4efe32d854687193050839d080f860f0f73849a8 Mon Sep 17 00:00:00 2001 From: tristanlatr Date: Mon, 25 Sep 2023 00:33:47 -0400 Subject: [PATCH] Forgot the important one --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 63f241a9d..90a18a163 100644 --- a/tox.ini +++ b/tox.ini @@ -90,7 +90,7 @@ commands = ; the sidebar is making the build time two times longer for the cpython docs, ; so we just skip it. --no-sidebar \ - {toxworkdir}/cpython/Lib + {toxworkdir}/cpython/Lib | tee {toxworkdir}/cpython-summary-output/run.log pytest -vv docs/tests/test_standard_library_docs.py [testenv:numpy-apidocs]