From 47a8e80cc22a9e9beb9d0fb942fa848c3d817ebe Mon Sep 17 00:00:00 2001
From: Stuart Archibald <redacted>
Date: Fri, 22 Feb 2019 14:41:38 +0000
Subject: [PATCH 15/15] Fixes from Intel Distribution

---
 numpy/core/tests/test_regression.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/numpy/core/tests/test_regression.py b/numpy/core/tests/test_regression.py
index d3c6124..a023c82 100644
--- a/numpy/core/tests/test_regression.py
+++ b/numpy/core/tests/test_regression.py
@@ -1330,7 +1330,7 @@ class TestRegression(object):
             np.arange(sz)
             assert_(np.size == sz)
 
-    @dec.skipif(True, reason="Memory hog. Skip to save infrastructure resources")
+    @pytest.mark.skipif(True, reason="Memory hog. Skip to save infrastructure resources")
     def test_huge_array_copy(self):
         #check behavior of altered memcpy/memmove when size of array > 2**sizeof(int)
         try:
-- 
2.20.1

