From: Pey Lian Lim <2090236+pllim@users.noreply.github.com>
Date: Thu, 12 Dec 2019 14:56:07 -0700
Subject: Don't turn deprecation warnings into errors

Taken from https://github.com/astropy/astropy/pull/9767
TST: Ignore remaining matplotlib warnings on Debian
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index c03d090..036f7f4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -225,6 +225,7 @@ log_cli_level = "info"
 xfail_strict = false
 filterwarnings = [
     "error",
+    "ignore::DeprecationWarning",
 ]
 doctest_norecursedirs = [
     "*/setup_package.py",
