Skip to content

Commit d0fbd49

Browse files
Apply remark
1 parent 27649a7 commit d0fbd49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dpnp/tests/third_party/cupyx/scipy_tests/linalg_tests/test_decomp_lu.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,8 @@ def test_lu_factor_reconstruction_singular(self, dtype):
125125
)
126126
@testing.fix_random()
127127
@testing.with_requires("scipy")
128+
@pytest.mark.skip("lu() is not supported yet")
128129
class TestLU(unittest.TestCase):
129-
@classmethod
130-
def setUpClass(cls):
131-
pytest.skip("lu() is not supported yet")
132130

133131
@testing.for_dtypes("fdFD")
134132
def test_lu(self, dtype):

0 commit comments

Comments
 (0)