commit | d2757d044028abd3f839c83e1555d9ea5c32e9c0 | [log] [tgz] |
---|---|---|
author | Jason Rhinelander <jason@imaginary.ca> | Tue Sep 19 23:17:21 2017 -0300 |
committer | Jason Rhinelander <jason@imaginary.ca> | Tue Sep 19 23:17:21 2017 -0300 |
tree | ce28d60c4ed0844419ed11c3335be07281668ac9 | |
parent | c6a57c10d10a458db1dfd8430d817017629f8b0a [diff] |
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())