Remove superfluous "requires_numpy"

The entire test file is already marked as requiring numpy; it isn't
needed on the individual test.
diff --git a/tests/test_numpy_dtypes.py b/tests/test_numpy_dtypes.py
index 4818ca4..ae5a702 100644
--- a/tests/test_numpy_dtypes.py
+++ b/tests/test_numpy_dtypes.py
@@ -306,6 +306,5 @@
     assert getrefcount(fmt) == start
 
 
-@pytest.requires_numpy
 def test_compare_buffer_info():
     assert all(m.compare_buffer_info())