prefix-dev / recipe-format

BSD 3-Clause "New" or "Revised" License
8 stars 6 forks source link

`test.requires` is not in schema #3

Closed pavelzw closed 10 months ago

pavelzw commented 10 months ago

image

test:
  requires:
    - pip
  commands:
    - pip check
  imports:
    - my_package
pavelzw commented 10 months ago

Is the goal that this gets replaced by the following?

test:
  - imports:
    - my_package
  - extra_requirements:
      run:
        - pip
    script:
      - pip check
baszalmstra commented 10 months ago

Hey! Yes we are evaluating some alternatives here. I thought we already opened a CEP for this but I cant find it.