##// END OF EJS Templates
MAINT: mock slowest test. (#13885)...
MAINT: mock slowest test. (#13885) The slowest test of our CI is ~3sec as it use subprocess os/system. Mocking make it instantaneous. With our big elements matrix in CI that should save us a bunch of time in total from PR submission to green.

File last commit:

r28063:25071d01
r28100:0694b08b merge
Show More
environment.yml
18 lines | 261 B | text/x-yaml | YamlLexer
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 name: ipython_docs
Matthias Bussonnier
try to fix enyml
r27055 channels:
- conda-forge
- defaults
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 dependencies:
Matthias Bussonnier
second try at trying to fix RTD;
r28063 - python=3.10
- setuptools
Matthias Bussonnier
try to fix enyml
r27055 - sphinx>=4.2
Matthias Bussonnier
second try at trying to fix RTD;
r28063 - sphinx_rtd_theme
Matthias Bussonnier
try to fix enyml
r27055 - numpy
- testpath
- matplotlib
Matthias Bussonnier
second try at trying to fix RTD;
r28063 - pip
Matthias Bussonnier
try to fix enyml
r27055 - pip:
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 - docrepr
- prompt_toolkit
- ipykernel
Matthias Bussonnier
try to fix build on readthedocs
r25748 - stack_data