Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/constantinpape/conda_tests
- Owner: constantinpape
- Created: 2017-03-27T02:15:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T22:01:33.000Z (over 7 years ago)
- Last Synced: 2024-11-05T11:08:54.318Z (about 2 months ago)
- Topics: conda, conda-build
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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