mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
Remove superfluous "requires_numpy"
The entire test file is already marked as requiring numpy; it isn't needed on the individual test.
This commit is contained in:
parent
c6a57c10d1
commit
d2757d0440
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user