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
Merge requests
!16
Update nose to pytest
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update nose to pytest
fix_pytest
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Flavio TARSETTI
requested to merge
fix_pytest
into
master
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
This MR update nose dependencies to pytest.
0
0
Merge request reports
Viewing commit
1be4adaa
Show latest version
1 file
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1be4adaa
[test] update nose to pytest
· 1be4adaa
Flavio TARSETTI
authored
2 years ago
conda/meta.yaml
+
3
−
2
Options
@@ -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 }}
Loading