bioconda / bioconda-utils

Utilities for building and managing bioconda recipes
MIT License
97 stars 133 forks source link

False positive lint `version_constraints_missing_whitespacewhen` for unequal constraint `!=` #918

Closed corneliusroemer closed 1 year ago

corneliusroemer commented 1 year ago

bioconda-utils lint wrongly throws an error for a version constraint with !=:

requirements:
  run:
    - fsspec !=2023.9.1
ERROR: recipes/nextstrain-cli/meta.yaml:45: version_constraints_missing_whitespace: Packages and their version constraints must be space sepa

This was noticed in https://github.com/bioconda/bioconda-recipes/pull/43160

corneliusroemer commented 1 year ago

You can find a failing test in #919