Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.stream
Commits
4669efb1
Commit
4669efb1
authored
Sep 10, 2021
by
Amir MOHAMMADI
Browse files
[conda] remove bob-devel from test requirements [skip ci]
parent
957f0fdd
Pipeline
#54242
failed with stages
in 88 minutes and 42 seconds
Changes
1
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
4669efb1
...
...
@@ -21,43 +21,38 @@ build:
-
cp -R README.rst requirements.txt doc "${PREFIX}/share/doc/{{ name }}/"
requirements
:
# place your build dependencies before the 'host' section
host
:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
numpy {{ numpy }}
-
scipy {{ scipy }}
-
opencv {{ opencv }}
-
bob.extension
-
bob.io.base
-
bob.io.image
# place your other host dependencies here
-
numpy {{ numpy }}
-
scipy {{ scipy }}
-
opencv {{ opencv }}
-
scikit-image {{ scikit_image }}
run
:
-
{{
pin_compatible('
python
')
}}
-
{{
pin_compatible('
setuptools
')
}}
-
python
-
setuptools
-
{{
pin_compatible('numpy')
}}
-
{{
pin_compatible('scipy')
}}
-
{{
pin_compatible('scikit-image')
}}
-
{{
pin_compatible('opencv')
}}
# place other runtime dependencies here (same as requirements.txt)
-
{{
pin_compatible('scikit-image')
}}
test
:
imports
:
-
{{
name
}}
commands
:
# test commands ("script" entry-points) from your package here
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
-
sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
-
sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
-
conda inspect linkages -p $PREFIX {{ name }}
# [not win]
-
conda inspect objects -p $PREFIX {{ name }}
# [osx]
requires
:
-
bob-devel {{ bob_devel }}.*
-
nose
-
coverage
-
sphinx
-
sphinx_rtd_theme
# extend this list with further test-time-only dependencies
-
nose {{ nose }}
-
coverage {{ coverage }}
-
sphinx {{ sphinx }}
-
sphinx_rtd_theme {{ sphinx_rtd_theme }}
about
:
summary
:
New package
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment