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

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

parent a52f9a98
No related branches found
No related tags found
No related merge requests found
Pipeline #53788 skipped
......@@ -26,11 +26,15 @@ requirements:
- python {{ python }}
- setuptools {{ setuptools }}
- bob.extension
# place your other host dependencies here
# place your other host dependencies here (same as requirements.txt)
# use the format:
# - numpy {{ numpy }}
run:
- python
- setuptools
# place other runtime dependencies here (same as requirements.txt)
# Use the format:
# - {{ pin_compatible('numpy') }}
test:
imports:
......@@ -44,8 +48,6 @@ test:
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx]
requires:
- bob-devel {{ bob_devel }}.*(% if group == 'beat' %)
- beat-devel {{ beat_devel }}.*(% endif %)
- pytest
- pytest-cov
- 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