conda-forge / conda-forge/conda-forge.github.io
Document that `test/commands` and `run_test.{sh,bat}` cannot coexist
Aperta
- Lingua principale
- JavaScript
- Stelle
- 170
- Fork
- 320
- Merge medio
- 2g 10h
- PR unite (30g)
- 5
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.