Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added skip to handle tests that need matplotlib and/or pydocstyle when not installed #1062

Merged
merged 6 commits into from
Apr 30, 2024

Conversation

swryan
Copy link
Contributor

@swryan swryan commented Apr 25, 2024

Summary

Added skipIf to tests that need matplotlib and/or pydocstyle so that they will be skipped when the required package is not installed.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@coveralls
Copy link

Coverage Status

coverage: 92.332% (-0.4%) from 92.766%
when pulling e5845ef on swryan:skip
into 8cb3c26 on OpenMDAO:master.

@robfalck robfalck merged commit 4e39ef9 into OpenMDAO:master Apr 30, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests that require matplotlib should be skipped if it's not installed
3 participants