Wykres commitów

26 Commity (c8cd3269c0a9265516fa13834f1ce0f77f732e3f)

Autor SHA1 Wiadomość Data
Scott Henderson 5ea4c29b83 bump conda minor version to 4.7.10 and refreeze 2019-07-29 17:30:50 +00:00
David R. Pugh 399b339a4a [WIP] Version bump Conda from 4.6.14 to 4.7.5 (#719)
Version bump conda to 4.7.5

Co-authored-by: pughdr <david.pugh@kaust.edu.sa>
2019-07-12 18:50:11 +02:00
Tim Head 8b004e06dc Apply auto formatting
Apologies to anyone finding this commit via git blame or log

run the autoformatting by

    pre-commit run --all-files
2019-06-03 21:37:25 +02:00
Min RK 9bf2e13832 test `conda install` in the default env in postBuild 2019-05-24 11:04:47 +02:00
Min RK 2acf0974c3 miniconda is 4.6.14 2019-04-26 16:25:41 +02:00
Min RK 186e1bbc5d repo-path verifies conda prefix 2019-04-26 16:15:40 +02:00
Min RK 51f15ee7bd update some tests with new expectations
- conda is not importable in the frontmost python
- sys.executable is in $NB_PYTHON_PREFIX (this was true before, but it's value has changed)
2019-04-25 16:51:05 +02:00
Min RK 5f285b74e8 verify conda activation (and thereby entrypoint)
in tests/conda/simple

use pytest for better error reporting
2019-04-25 16:11:23 +02:00
yuvipanda e0fcd4a55d Add test for environment.yml + --target-repo-dir
conda sometimes puts stuff in $HOME - specifically under .conda/ -
that might cause package installs to fail due to permission mismatches.

Ref https://github.com/jupyter/repo2docker/issues/604
2019-03-04 22:11:24 +05:30
yuvipanda d8f8c781b2 Bump python default version to 3.7 2019-02-11 12:49:58 -08:00
Tim Head 89027c68c7
Update checked conda version 2019-02-10 11:01:05 +01:00
Min RK 7ade437de4 add a verification that conda version is correct
this isn't linked to the version in the file, so will need to be updated in sync
2019-02-08 12:46:53 +01:00
Min RK ead7f4b000 test py37 2018-09-17 11:05:40 +02:00
J. Forde e1d47df30e fixing conflict 2018-06-26 15:54:31 -07:00
Tim Head 157ce1e1e7 Add root conda environment to expected output 2018-06-06 21:52:41 +02:00
Chris Holdgraf 30b37a35e4 improving readmes for tests 2018-04-24 17:14:01 -07:00
Min RK 9b7fcb718a ensure python=3.5 is tested 2018-02-01 17:38:46 +01:00
Min RK 997009133d [conda] install python 2 in separate kernel env 2018-01-03 18:17:33 +01:00
Min RK d7dd6cd073 test conda with python 2 env 2018-01-03 17:11:49 +01:00
Min RK a5188b41b8 make binder directory visible 2017-10-05 00:29:10 +02:00
Min RK a9f0dd0f61 test binder-dir handling 2017-10-04 23:52:10 +02:00
Min RK 123900fdbb conda's not Python specific 2017-09-07 14:20:30 +02:00
Min RK b20ee4adb9 don't install requirements.txt if environment.yml is present
The most likely cause of both being present is equivalent dependencies for two use cases,
not a single multi-stage conda environment.

If deps should be installed in conda with pip, they will be in `environment.yml` under `pip`.
2017-09-07 13:21:23 +02:00
Chris Holdgraf c14542f0a2 adding doc generation from the tests 2017-08-01 00:09:04 -04:00
yuvipanda 4d4c1fb606 Allow specifying requirements.txt with environment.yml
They both get installed.
2017-07-30 05:15:07 -07:00
yuvipanda e72d963b57 Fix conda builder + add tests 2017-07-29 18:19:55 -07:00