summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_fcompiler_nagfor.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
| | | | | | | Inheriting from object was necessary for Python 2 compatibility to use new-style classes. In Python 3, this is unnecessary as there are no old-style classes. Dropping the object is more idiomatic Python.
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
| | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior.
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+1
| | | | | That function is nose specific and has not worked since `__init__` files were added to the tests directories.
* MAINT: made sure both compiler strings are included in testAndrew Lawson2017-10-231-11/+10
|
* TST: Improved tests for nag fortran compilerAndrew Lawson2017-10-201-12/+15
|
* ENH: Added compatability for the NAG Fortran compiler, nagforAndrew Lawson2017-10-191-0/+27