summaryrefslogtreecommitdiff
path: root/numpy/matrixlib/tests/test_interaction.py
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fix matrix PendingDeprecationWarning suppression for pytest 3.8+.Charles Harris2018-09-061-7/+1
| | | | | | | | | | | | | | | Pytest < 3.8 ignored warnings issued during test collection, but that changed in pytest 3.8 and the method NumPy used to suppress the PendingDeprecationWarning for matrices no longer worked, or rather, was exposed as not working. The fix here is to suppress the warning in pytest.ini and pytesttester.py , which should work as long as the tests are the only places left where NumPy uses matrices. An alternate fix is to delay the construction of matrices in the tests until they are actually run, which has the virtue of test localization but is a bit more complicated. See https://github.com/pytest-dev/pytest/issues/3945 for discussion.
* TST: Ignore PendingDeprecationWarning in matrixlib tests.Marten van Kerkwijk2018-05-291-0/+8
|
* MAINT: move matrix tests in testing to matrixlib.Marten van Kerkwijk2018-04-291-1/+41
|
* MAINT: move matrix tests in lib to matrixlib.Marten van Kerkwijk2018-04-291-3/+169
|
* MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-291-0/+155