Commit Graph

34 Commits

Author SHA1 Message Date
Thomas J. Fan 038c5cd045
MAINT Move conftest up a level (#20208)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-06-11 22:56:55 +02:00
JohanWork 97bfa92669
DOC Update broken link in conftest.py (#19736) 2021-03-21 09:10:57 -04:00
Thomas J. Fan 0e546ebe5b
TST Download datasets before running pytest-xdist (#19118)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-01-13 17:02:53 +01:00
Juan Carlos Alfaro Jiménez 2f09bbb7eb
MNT Use a minimal Windows Docker container to check the wheels [cd build] (#18802)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2020-11-18 18:53:46 +01:00
Thomas J. Fan 1ea9ae2245
MNT Move min_dependencies up a level (#18610) 2020-10-14 16:11:05 +02:00
Roman Yurchak 90dc61f239
Arm64 CI setup with TravisCI (#17996) 2020-07-31 10:11:27 +02:00
Biprateep Dey 19b2daaae7
removed os import (#17893) 2020-07-11 18:37:08 +02:00
Thomas J. Fan 0f114b610d
MNT Places all minimum dependencies in one central location (#17573)
Co-authored-by: Joel Nothman <joel.nothman@gmail.com>
2020-06-27 16:55:25 +02:00
Hirofumi Suzuki c29092d699
MNT define a parse_version function in sklearn.utils.fixes (#17670)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-06-24 13:35:49 +02:00
Nicolas Hug 7494da6f52
MNT removed deprecated files generation (#17132) 2020-05-25 17:34:17 +02:00
Nicolas Hug 964c830328
MNT Change print_changed_only default to True (#17061) 2020-04-27 18:22:21 -04:00
Chiara Marmo dcfb3df9a3
MAINT Define custom markers for pytest (#16652) 2020-03-23 10:53:04 +01:00
Alexandre Batisse 46bd39d704
MNT avoid running doctests locally on Windows (#16269) 2020-01-29 17:27:27 +01:00
Thomas J Fan 1e166f77f8 [MRG] MNT Updates pypy to use 7.2.0 (#15954) 2019-12-30 00:18:40 +01:00
Roman Yurchak 67ea25df1f TST Fix skipped PyPy doctests in conftest.py
The previous path is no longer correct due to
`feature_extraction.hashing` being renamed to
`feature_extraction._hashing`.
2019-10-26 11:27:56 +02:00
Thomas J Fan f80180564b MNT Simplify module deprecation procedures with automatic tests (#15294) 2019-10-18 14:04:00 -04:00
Thomas J Fan 56edce84ca MNT Fixes pytest by using deprecated_modules (#15291)
* MNT Uses gitignore to filter pytest

* MNT Uses collect_ignore_glob to configure collect_ignore_glob

* CLN Restrict to py file

* DOC Remove comments

* ENH Adds neural network

* CLN Proper import

* CLN Proper import

* DOC Adds comments
2019-10-18 18:09:46 +02:00
Roman Yurchak fdbaa58acb TST Skip some doctests if pillow not installed (#15131) 2019-10-07 11:35:01 -04:00
Sackey 03c39af8c6 TST Skip docstring tests on 32bit arch (#14167) 2019-07-02 18:36:38 +02:00
Thomas J Fan 2e7e06b78f [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
Roman Yurchak fc33d303c4 MAINT Unvendor joblib (#13531) 2019-04-17 09:22:09 -04:00
Adrin Jalali 2bd87f6ed8 Remove python < 3.5 from CI (#12746) 2018-12-14 10:53:12 +01:00
Utkarsh Upadhyay 338f763c21 TST Throw correct error for pytest version (#12475) 2018-10-29 22:54:30 +08:00
Roman Yurchak b91cbda20d [MRG] MNT Re-enable PyPy CI (#12039) 2018-09-18 23:09:07 +02:00
Guillaume Lemaitre 43c8563258 TST: skip test requiring internet using --skip-network (#12067) 2018-09-16 11:15:26 +10:00
Guillaume Lemaitre 55ede24d56 MAINT: skip doctest for Python 2 (#12074) 2018-09-14 20:13:33 +08:00
William de Vazelhes b4bf033104 DOC: Add pytest version in documentation (#12002) 2018-09-06 10:46:56 +02:00
Ronan Lamy 5592a2eda9 [MRG] PyPy support for all but a couple of estimators (#11010) 2018-07-20 14:39:53 +10:00
Loïc Estève 20661b5018
TST: only run doctests on numpy 1.14. (#10835)
Fix doctests due to numpy 1.14 formatting changes.
2018-03-27 07:44:40 +02:00
Loïc Estève 37ce9aec07 MAINT follow numpy dev change in np.set_printoptions argument 2017-11-20 08:57:28 +01:00
Loïc Estève 3f96eeedd1
Fix np.set_printoptions argument change in numpy 1.14.dev (#10132)
https://github.com/numpy/numpy/pull/9332/files change sign='legacy' to legacy=True in the np.set_printoptions arguments.
2017-11-14 13:34:27 +01:00
Loïc Estève 636a73e9c5 [MRG+1] Travis: move scipy-dev-wheels build to a cron job (#9852) 2017-10-01 09:31:10 +02:00
Loïc Estève daeb3ad928 MAINT explain the reason for conftest.py in the root folder 2017-09-29 08:40:34 +02:00
Loïc Estève ea41a78b9a CI Make it possible to run doctests in .rst files with pytest (#9697)
* doc/datasets/conftest.py to implement the equivalent of nose fixtures
* add conftest.py in root folder to ensure that sklearn local folder
  is used rather than the package in site-packages
* test doc with pytest in Travis
* move custom_data_home definition from nose fixture to .rst file
2017-09-11 09:01:09 +10:00