Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob
Commits
51e2e922
Commit
51e2e922
authored
Dec 16, 2020
by
Tiago de Freitas Pereira
Browse files
Testing bob.buildout wiht pytest. Added dask-ml as test dependency
parent
b311cdd5
Pipeline
#46650
failed with stages
in 106 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
51e2e922
...
@@ -117,7 +117,8 @@ test:
...
@@ -117,7 +117,8 @@ test:
commands
:
commands
:
-
export SDKROOT="{{ SDKROOT }}"
# [osx]
-
export SDKROOT="{{ SDKROOT }}"
# [osx]
-
export MACOSX_DEPLOYMENT_TARGET="{{ MACOSX_DEPLOYMENT_TARGET }}"
# [osx]
-
export MACOSX_DEPLOYMENT_TARGET="{{ MACOSX_DEPLOYMENT_TARGET }}"
# [osx]
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} --exclude bob.buildout
-
pytest --verbose --cov bob.buildout --cov-report term-missing --pyargs bob.buildout
-
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]
...
@@ -132,6 +133,7 @@ test:
...
@@ -132,6 +133,7 @@ test:
-
pkg-config
-
pkg-config
-
freetype
-
freetype
-
psutil
# for bob.io.video
-
psutil
# for bob.io.video
-
dask-ml {{ dask_ml }}
-
{{
compiler('c')
}}
-
{{
compiler('c')
}}
-
{{
compiler('cxx')
}}
-
{{
compiler('cxx')
}}
{
%
for package in resolved_packages('host') %
}
{
%
for package in resolved_packages('host') %
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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