conda-forge / xz-feedstock

A conda-smithy repository for xz.
BSD 3-Clause "New" or "Revised" License
0 stars 22 forks source link

Use ${PREFIX} in tests #11

Closed lbdreyer closed 8 years ago

lbdreyer commented 8 years ago

When I tried to build the xz recipe (with conda-build 2.0.8) it failed because it can't find the _test environment to run the following test.

+ conda inspect linkages -n _test xz
Traceback (most recent call last):
    raise CondaEnvironmentNotFoundError(name)
conda.exceptions.CondaEnvironmentNotFoundError: Could not find environment: _test .
You can list all discoverable environments with `conda info --envs`.
TESTS FAILED: xz-5.2.2-0

This updates the test so that it uses ${PREFIX} instead.

conda-forge-linter commented 8 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

jakirkham commented 8 years ago

This is a good idea. Just should note that the test will fail anyways ATM. So we probably need to comment it short term. Otherwise LGTM.

lbdreyer commented 8 years ago

It looks like I may have to rerender this with conda-smithy