Closed corneliusroemer closed 1 year ago
bioconda-utils lint wrongly throws an error for a version constraint with !=:
bioconda-utils lint
!=
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
You can find a failing test in #919
bioconda-utils lint
wrongly throws an error for a version constraint with!=
:This was noticed in https://github.com/bioconda/bioconda-recipes/pull/43160