From 3607565188256ce72be17f5b72e68aa9e00aecda Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Wed, 16 Oct 2024 14:48:05 +0100 Subject: [PATCH] Skip another sunpy test --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1ae6932..9f50868 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ commands = pytest --pyargs astropy -m "not hypothesis" -Wdefault pip install --no-build-isolation "sunpy[all,tests] @ git+https://github.com/sunpy/sunpy.git" pip freeze - pytest --pyargs sunpy -k "not test_saveframe and not test_hpc_observer_version and not test_hcc_observer_version" -Wdefault + pytest --pyargs sunpy -k "not test_saveframe and not test_hpc_observer_version and not test_hcc_observer_version and not test_simple_write_compressed_difftypeinst" -Wdefault [testenv:style] skip_install = true