From df0e660e446c38183e01d1e2722b42c12162a3fe Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:37:46 -0700 Subject: [PATCH] Backport PR #2274: TST: Ignore DeprecationWarning from asteval --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 72d1af4c18..9a49db5a95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,6 +138,8 @@ filterwarnings = [ "ignore::DeprecationWarning:bqscales", "ignore::DeprecationWarning:traittypes", "ignore::DeprecationWarning:voila", + "ignore::DeprecationWarning:asteval", + "ignore::FutureWarning:asteval", "ignore:::specutils.spectra.spectrum1d", ]