From 3071815c86c7633f58219149b2e2889d2cc8dfb0 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 29 Oct 2024 12:46:26 -0400 Subject: [PATCH] uninstall pytest-benchmark for dkist --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9161ab209..af9ac3029 100644 --- a/tox.ini +++ b/tox.ini @@ -317,6 +317,7 @@ commands_pre = git clone https://github.com/DKISTDC/dkist.git pip install -e dkist[tests] pip install -r {env_tmp_dir}/requirements.txt + pip uninstall pytest-benchmark pip freeze commands = # the AsdfManifestURIMismatchWarning filter can be removed when a new sunpy