Commit d2757d04 by Jason Rhinelander

Remove superfluous "requires_numpy"

The entire test file is already marked as requiring numpy; it isn't
needed on the individual test.
parent c6a57c10
...@@ -306,6 +306,5 @@ def test_str_leak(): ...@@ -306,6 +306,5 @@ def test_str_leak():
assert getrefcount(fmt) == start assert getrefcount(fmt) == start
@pytest.requires_numpy
def test_compare_buffer_info(): def test_compare_buffer_info():
assert all(m.compare_buffer_info()) assert all(m.compare_buffer_info())
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment