conda-forge / conda-forge/conda-forge.github.io
Document that `test/commands` and `run_test.{sh,bat}` cannot coexist
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 170
- Fork
- 320
- Merge trung bình
- 2 ngày 10 giờ
- Pull request đã merge (30 ngày)
- 5
Mô tả
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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.