Skip to content
Snippets Groups Projects
Commit 4669efb1 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[conda] remove bob-devel from test requirements [skip ci]

parent 957f0fdd
Branches
Tags
No related merge requests found
Pipeline #54242 failed
...@@ -21,43 +21,38 @@ build: ...@@ -21,43 +21,38 @@ build:
- cp -R README.rst requirements.txt doc "${PREFIX}/share/doc/{{ name }}/" - cp -R README.rst requirements.txt doc "${PREFIX}/share/doc/{{ name }}/"
requirements: requirements:
# place your build dependencies before the 'host' section
host: host:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- numpy {{ numpy }}
- scipy {{ scipy }}
- opencv {{ opencv }}
- bob.extension - bob.extension
- bob.io.base - bob.io.base
- bob.io.image - bob.io.image
# place your other host dependencies here - numpy {{ numpy }}
- scipy {{ scipy }}
- opencv {{ opencv }}
- scikit-image {{ scikit_image }}
run: run:
- {{ pin_compatible('python') }} - python
- {{ pin_compatible('setuptools') }} - setuptools
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
- {{ pin_compatible('scipy') }} - {{ pin_compatible('scipy') }}
- {{ pin_compatible('scikit-image') }}
- {{ pin_compatible('opencv') }} - {{ pin_compatible('opencv') }}
# place other runtime dependencies here (same as requirements.txt) - {{ pin_compatible('scikit-image') }}
test: test:
imports: imports:
- {{ name }} - {{ name }}
commands: commands:
# test commands ("script" entry-points) from your package here
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
- conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx] - conda inspect objects -p $PREFIX {{ name }} # [osx]
requires: requires:
- bob-devel {{ bob_devel }}.* - nose {{ nose }}
- nose - coverage {{ coverage }}
- coverage - sphinx {{ sphinx }}
- sphinx - sphinx_rtd_theme {{ sphinx_rtd_theme }}
- sphinx_rtd_theme
# extend this list with further test-time-only dependencies
about: about:
summary: New package summary: New package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment