From d2757d044028abd3f839c83e1555d9ea5c32e9c0 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Tue, 19 Sep 2017 23:17:21 -0300 Subject: [PATCH] Remove superfluous "requires_numpy" The entire test file is already marked as requiring numpy; it isn't needed on the individual test. --- tests/test_numpy_dtypes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_numpy_dtypes.py b/tests/test_numpy_dtypes.py index 4818ca4a8..ae5a7020d 100644 --- a/tests/test_numpy_dtypes.py +++ b/tests/test_numpy_dtypes.py @@ -306,6 +306,5 @@ def test_str_leak(): assert getrefcount(fmt) == start -@pytest.requires_numpy def test_compare_buffer_info(): assert all(m.compare_buffer_info())