summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_fcompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-3/+1
| | | | | | | * Cleanup unused imports (F401) of mostly standard Python modules, or some internal but unlikely referenced modules * Where internal imports are potentially used, mark with noqa * Avoid redefinition of imports (F811)
* 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.
* BLD: MAINT: change default behavior of build flag appending.Ralf Gommers2019-08-201-34/+0
| | | | | | This is a follow-up to gh-7427. This can lead to hard to understand build failures, and we've warned that this change was coming for two releases.
* TST: suppress test warnings for appending flag behavior better.Ralf Gommers2018-12-271-3/+8
|
* MAINT: add warning to numpy.distutils for LDFLAGS append behavior.Ralf Gommers2018-12-271-2/+34
| | | | See gh-7427
* Remove redundant codeIsuru Fernando2018-07-071-2/+0
|
* Use monkeypatch's setenv, getenvIsuru Fernando2018-07-071-8/+7
|
* Test distutils flags appendingIsuru Fernando2018-07-071-0/+47