summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_system_info.py
Commit message (Expand)AuthorAgeFilesLines
* STY: Make linter happySebastian Berg2022-10-271-1/+0
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-2/+2
* TST: xfail `test_overrides` when numpy is build with MKL supportBas van Beek2021-10-231-0/+4
* TST: Avoid changing odd tempfile names in tests' site.cfgDWesl2021-01-011-2/+2
* TST: Expanded the `_parse_env_order` testsBas van Beek2020-09-181-1/+7
* BLD: enabled negation of library choices in NPY_*_ORDER (#17219)Nick R. Papior2020-09-171-0/+27
* DOC: link and cleanup docstrings in site.cfg.examplemattip2020-01-201-1/+33
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BLD: streamlined library names in site.cfg sections (#13157)Nick R. Papior2019-04-301-2/+22
* BUG: parse shell escaping in extra_compile_args and extra_link_argsEric Wieser2019-02-241-4/+6
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-4/+6
* MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-211-1/+1
* MAINT: distutils: trivial cleanupsxoviat2017-11-061-7/+4
* TST: fix failures:xoviat2017-09-041-1/+1
* TST: Remove unittest dependencies in numpy/distutils/testsCharles Harris2017-07-171-9/+11
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-5/+6
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-3/+3
* ENH: automatically determine compile dependenciesJulian Taylor2017-04-101-1/+2
* TST: Respect compiler customizationsMarvin Schmidt2017-03-301-0/+3
* MAINT: Fix ResourceWarning new in Python 3.6.Charles Harris2016-10-191-0/+1
* MAINT: Close some filehandlers and PIPEs after being doneSebastian Berg2016-09-021-1/+3
* BUG: allow graceful recovery for no compilerMatthew Brett2016-04-141-6/+30
* MAINT: Dictionary litteralRémy Léone2015-11-071-9/+8
* TST: use os.pathsep to separate library directoriesChristoph Gohlke2015-08-011-2/+3
* TST: skip gcc specific test when using msvcChristoph Gohlke2015-08-011-0/+2
* TST: alternatively assert existence of msvc .obj filesChristoph Gohlke2015-08-011-1/+2
* STY: PEP8 and pyflakes fixes for numpy/distutils.Charles Harris2015-07-251-14/+16
* BUG: Had thought the defaults where made of lists, it is simply a str.Nick Papior Andersen2015-02-261-7/+7
* ENH: rpath and runtime_library_dirs equivalentNick Papior Andersen2015-02-261-1/+5
* BUG: Python3 fixNick Papior Andersen2015-02-251-4/+5
* BUG: PEP correctionsNick Papior Andersen2015-02-251-71/+79
* BUG: PEP corrections and streamlined with numpy dev lineNick Papior Andersen2015-02-251-41/+23
* BUG: Trying to fix travis buildsNick Papior Andersen2015-02-241-5/+4
* BUG: Trying to fix travis buildsNick Papior Andersen2015-02-241-30/+36
* ENH: Added tests to the extra options read inNick Papior Andersen2015-02-241-0/+203