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

[conda] nose is still needed at test time because bob.bio.base test utils imports it

parent dbfe5437
No related branches found
No related tags found
1 merge request!108Replace nose with pytest
Pipeline #49313 passed
...@@ -68,6 +68,7 @@ test: ...@@ -68,6 +68,7 @@ test:
- conda inspect objects -p $PREFIX {{ name }} # [osx] - conda inspect objects -p $PREFIX {{ name }} # [osx]
requires: requires:
- bob-devel {{ bob_devel }}.* - bob-devel {{ bob_devel }}.*
- nose
- pytest - pytest
- pytest-cov - pytest-cov
- coverage - coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment