Skip to content

Commit

Permalink
Skip test_python_line_up_with_compiled_lib
Browse files Browse the repository at this point in the history
CB 3.10.1 only understand run_exports.json but newer packages have
run_exports.yaml

xref: conda/conda-build#3198
  • Loading branch information
nehaljwani committed Nov 29, 2018
1 parent 0fd0573 commit ba45bd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ conda_build_test: &conda_build_test
and not rpm-libX11-devel
and not test_resolved_packages_recipe
and not test_overlinking_detection
and not test_python_line_up_with_compiled_lib
# skeleton_pypi skipped because of changes to PyPI API
# expand_globs and build_expands_wildcards fail on circleci because of list ordering discrepancies
# skipping numpy tests so circleci images don't need numpy (and mkl) installed
Expand All @@ -119,6 +120,7 @@ conda_build_test: &conda_build_test
# rpm-libX11-devel returns 404 error
# test_resolved_packages_recipedue to openssl not being pinned
# test_overlinking_detection package doesn't have configure
# test_python_line_up_with_compiled_lib because older CB honors run_exports.yaml and not run_exports.json
command: |
eval "$(sudo /opt/conda/bin/python -m conda init --dev bash)"
conda info
Expand Down

0 comments on commit ba45bd3

Please sign in to comment.