From f250bd35b6e9e97ab5a380d13b6733877b458ce4 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Mon, 16 Mar 2026 11:15:49 +0100 Subject: [PATCH] Mute overflow warning from tests/test_special.py::TestConsistency::test_erfcx[True] --- dpnp/tests/test_special.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dpnp/tests/test_special.py b/dpnp/tests/test_special.py index 1ebb64d8da7f..075bef5aeca3 100644 --- a/dpnp/tests/test_special.py +++ b/dpnp/tests/test_special.py @@ -106,6 +106,9 @@ def test_erfc(self, inverse): atol=self.tol, ) + @pytest.mark.usefixtures( + "suppress_overflow_encountered_in_cast_numpy_warnings" + ) def test_erfcx(self, inverse): self._check_variant_func( inverse,