conda-forge / conda-forge/conda-forge.github.io
Document that `test/commands` and `run_test.{sh,bat}` cannot coexist
Offen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 170
- Forks
- 320
- Ø Merge
- 2 T. 10 Std.
- Gemergte PRs (30 T.)
- 5
Beschreibung
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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.