Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/constantinpape/conda_tests

Reporting conda bug with invalid dependencies in run requirements
https://github.com/constantinpape/conda_tests

conda conda-build

Last synced: about 4 hours ago
JSON representation

Reporting conda bug with invalid dependencies in run requirements

Awesome Lists containing this project

README

        

# Conda Tests

## Invalid dependencies in run not checked

The conda build for a project with invalid dependencies in the run requirements runs through without error.
Note that this is the case, even though I am testing the import after the build.
However, the package cannot be installed due to invalid requirements.

To reproduce, build the package and try to install the package (either locally or from a channel)

```
conda build build/
```

```
conda install -c channel conda_test
```

This fails with:

```
PackageNotFoundError: Package not found: Conda could not find '
```

See also this conda issue:
https://github.com/conda/conda-build/issues/1880