Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.fusion.base
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
Package registry
Model registry
Operate
Environments
Terraform modules
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.fusion.base
Commits
f0fb857b
Commit
f0fb857b
authored
2 years ago
by
Yannick DAYER
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix_pytest' into 'master'
Update nose to pytest See merge request
!16
parents
dc1107d8
1be4adaa
No related branches found
No related tags found
1 merge request
!16
Update nose to pytest
Pipeline
#63724
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conda/meta.yaml
+3
-2
3 additions, 2 deletions
conda/meta.yaml
with
3 additions
and
2 deletions
conda/meta.yaml
+
3
−
2
View file @
f0fb857b
...
...
@@ -43,13 +43,14 @@ test:
-
bob fusion resource --help
-
bob fusion resource
-
bob fusion boundary --help
-
nosetests --with-coverage --cover-package={{ name }} -sv
{{ name }}
-
pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs
{{ 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
:
-
nose {{ nose }}
-
pytest {{ pytest }}
-
pytest-cov {{ pytest_cov }}
-
coverage {{ coverage }}
-
sphinx {{ sphinx }}
-
sphinx_rtd_theme {{ sphinx_rtd_theme }}
...
...
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