Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: false negative for CFEP-25 linting #2188

Open
h-vetinari opened this issue Dec 16, 2024 · 1 comment
Open

BUG: false negative for CFEP-25 linting #2188

h-vetinari opened this issue Dec 16, 2024 · 1 comment

Comments

@h-vetinari
Copy link
Member

Found a situation where there's an output

  - name: scipy-typed
    build:
      noarch: python
    requirements:
      host:
        - python
      run:
        - python
        - scipy =={{ scipy_version }}
        - {{ pin_subpackage('scipy-stubs', exact=True) }}
    test:
      requires:
        - basedmypy
      imports:
        - scipy

and yet, the linter (from 3.45.0) says it's fine.

@beckermr
Copy link
Member

Yes this is a long standing missing feature. The noarch python linter never looked at outputs even before CFEP-25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants