conda-forge / conda-forge/conda-forge.github.io
Document that `test/commands` and `run_test.{sh,bat}` cannot coexist
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 170
- Forks
- 320
- Merge medio
- 2 d 10 h
- PR fusionados (30 d)
- 5
Descripción
As title. If `meta.yaml` has the `test/commands` session
```yaml
test:
commands:
- ...
```
but `run_test.{sh,bat}` is also provided, the commands in `test/commands` will not be run. Workarounds include
- Move all commands to `run_test.{sh,bat}` (or vice versa)
- Rename `run_test.{sh,bat}` to something else and run it explicitly
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.