Skip to content

Commit e17b53a

Browse files
committed
fix: adjust test case to start with
When `outputs:` are specified, the main package is not something that is built, but only a meta package. Netiher a `noarch:`, nor a `run_exports:` section make sense on that level, but only for the specified outputs.
1 parent dd17aa7 commit e17b53a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/lint_cases.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,7 @@ setup:
6464
- url: https://elsewhere
6565
sha256: abc
6666
build:
67-
noarch: True
6867
number: 0
69-
run_exports:
70-
# add a run export
71-
# (note that jinja templating as in reality is not
72-
# supported by our test system to the same
73-
# extend as in conda build)
74-
- "{{ pin_subpackage('meta_package') }}"
7568
outputs:
7669
- name: meta_one
7770
build:

0 commit comments

Comments
 (0)