Sylvain Corlay
6c1a2722b9
Use mambaforge instead of miniforge
2020-12-06 11:50:11 +01:00
Simon Li
30ef2209cc
Merge pull request #979 from minrk/mamba-061
...
Mamba 0.6.1
2020-10-23 09:58:48 +01:00
Min RK
1bb92770eb
regression test for specifying channel name in enviornment.yml dependency
...
this didn't work with mamba 0.5
2020-10-22 15:30:31 +02:00
Kyungdahm Yun
81513b06d6
Add test for writable permission on REPO_DIR
2020-10-19 21:49:09 -07:00
YuviPanda
798ba4f4bd
Fix conda test to account for newer conda
2020-03-04 22:12:38 +05:30
Tim Head
356ea10868
Merge pull request #840 from minrk/py38
...
Python 3.8 support
2020-01-30 16:10:37 +01:00
Min RK
7d20da1d04
add test for py38
2020-01-30 11:53:16 +01:00
Uwe L. Korn
5421e09d2b
Make tests/conda/r/verify excutable
2020-01-30 10:51:47 +01:00
Uwe L. Korn
ffbc7c0a6b
Add tests for r-in-conda
2020-01-30 08:15:42 +01:00
pughdr
d64f050d34
Bumped conda version to 4.7.12
2019-10-01 11:25:10 +03:00
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