From ce741fc887e2481e9b566e029a88cb860953fa6b Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Wed, 29 Nov 2023 13:22:41 -0800 Subject: [PATCH] Ignore deprecation warnings during tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74c48d7..f54dbb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,4 +13,4 @@ filterwarnings = [ 'error', 'ignore:.*DEPRECATED.*2.0', ] -pythonpath = "." \ No newline at end of file +pythonpath = "."