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

remove dependence on nose and WIP decorator #155

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

rjleveque
Copy link
Member

@wip does not seem to be used anywhere, unless perhaps in pyclaw (I only checked the Fortran repos).

At any rate I think this functionality can be handled more directly in pytest. After importing pytest, you can add a decorator

@pytest.mark.xfail(reason='WIP')  # for 'expected to fail'

or

@pytest.mark.skip(reason='WIP')   # to skip entirely

to any test.

So I've removed the nose dependency to address the issue in clawpack/classic#90.

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.

2 participants