|
1 | 1 | # Overview of tests for the conda buildpack
|
2 | 2 |
|
3 |
| -## py2 |
| 3 | +## Tested configuration files |
| 4 | + |
| 5 | +- [`.binder/`](https://repo2docker.readthedocs.io/en/latest/usage.html#where-to-put-configuration-files) |
| 6 | +- [`requirements.txt`](https://repo2docker.readthedocs.io/en/latest/config_files.html#requirements-txt-install-a-python-environment) |
| 7 | +- [`postBuild](https://repo2docker.readthedocs.io/en/latest/config_files.html#postbuild-run-code-after-installing-the-environment) |
| 8 | + |
| 9 | +## Tested repo2docker command line flags |
| 10 | + |
| 11 | +- [`--target-repo-dir`](https://repo2docker.readthedocs.io/en/latest/usage.html#cmdoption-jupyter-repo2docker-target-repo-dir) |
| 12 | + |
| 13 | +### py2 |
4 | 14 |
|
5 | 15 | - Test setup of a Python 2 environment by declaring `python=2` in
|
6 | 16 | `environment.yml`.
|
7 | 17 |
|
8 |
| -## py35-binder-dir |
| 18 | +### py35-binder-dir |
9 | 19 |
|
10 | 20 | - Test setup of a Python 3.5 environment by declaring `python=3.5` in
|
11 | 21 | `environment.yml`.
|
|
14 | 24 | Python 3 supported by repo2docker's conda buildpack. See
|
15 | 25 | `repo2docker/buildpacks/conda` for details.
|
16 | 26 |
|
17 |
| -- Test use of a `.binder` directory, where files outside it shouldn't be |
18 |
| - considered. See [this documentation](https://repo2docker.readthedocs.io/en/latest/usage.html#where-to-put-configuration-files) |
19 |
| - for details. |
| 27 | +- Test use of a `.binder` directory. |
20 | 28 |
|
21 |
| -## py310-requirements-file |
| 29 | +### py310-requirements-file |
22 | 30 |
|
23 | 31 | - Test setup of a Python 3.10 environment by declaring `python=3.10` in
|
24 | 32 | `environment.yml`.
|
|
30 | 38 | - Test use of a `requirements.txt` file, where an `environment.yml` file should
|
31 | 39 | take precedence and the `requirements.txt` should be ignored.
|
32 | 40 |
|
33 |
| -## r-postbuild-file |
| 41 | +### py-r-postbuild-file |
34 | 42 |
|
35 | 43 | - Test setup of the default Python environment by omitting `python` from
|
36 | 44 | `environment.yml` file.
|
37 | 45 |
|
38 | 46 | - Test setup of the default R environment by specifying `r-base` in
|
39 | 47 | `environment.yml`.
|
40 | 48 |
|
41 |
| -- Test use of a `postBuild` file. See [this documentation](https://repo2docker.readthedocs.io/en/latest/config_files.html#postbuild-run-code-after-installing-the-environment) |
42 |
| - for details. |
| 49 | +- Test use of a `postBuild` file. |
43 | 50 |
|
44 |
| -## r3.6-target-repo-dir-flag |
| 51 | +### r3.6-target-repo-dir-flag |
45 | 52 |
|
46 | 53 | - Test setup of a R 3.6 environment by specifying `r-base=3.6` in
|
47 | 54 | `environment.yml`.
|
48 | 55 |
|
49 |
| -- Test use of repo2docker with the `--target-repo-dir` flag. See [this documentation](https://repo2docker.readthedocs.io/en/latest/usage.html#cmdoption-jupyter-repo2docker-target-repo-dir) |
50 |
| - for details. |
| 56 | +- Test use of repo2docker with the `--target-repo-dir` flag. |
51 | 57 |
|
52 | 58 | `--target-repo-dir` is meant to support custom paths where repositories can be
|
53 | 59 | copied to besides `${HOME}`.
|
|
0 commit comments