From 4cd7a01e74f99689c988c149b8820e7bc23df1d8 Mon Sep 17 00:00:00 2001
From: "isidora.araya" <isidora.araya@ug.uchile.cl>
Date: Wed, 15 Jun 2022 21:01:28 +0200
Subject: [PATCH] here we go again

---
 pytest.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pytest.ini b/pytest.ini
index fb78fb1..8d1014e 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -6,6 +6,7 @@ filterwarnings =
     ignore:the matrix subclass is not the recommended way to represent matrices:PendingDeprecationWarning
     # Remove once sympy fixes how it uses distutils
     ignore:distutils Version classes are deprecated. Use packaging.version instead:DeprecationWarning
-    ignore:np.asscalar(a) is deprecated since NumPy v1.16, use a.item() instead:DeprecationWarning
+    # Remove once this does not need to be ignored
+    ignore:np\.asscalar\(a\) is deprecated since NumPy v1\.16, use a\.item\(\) instead:DeprecationWarning
     # Remove once setuptools figures it out
     ignore:lib2to3:PendingDeprecationWarning
\ No newline at end of file
-- 
GitLab