Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
b5d872e5
Commit
b5d872e5
authored
3 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/templates/conda/meta.yaml
+5
-3
5 additions, 3 deletions
bob/devtools/templates/conda/meta.yaml
with
5 additions
and
3 deletions
bob/devtools/templates/conda/meta.yaml
+
5
−
3
View file @
b5d872e5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment