pmgbergen / porepy

Python Simulation Tool for Fractured and Deformable Porous Media
GNU General Public License v3.0
252 stars 88 forks source link

TST: Use xfail instead of skip to mark expected failures #1160

Closed keileg closed 7 months ago

keileg commented 7 months ago

The (deprecated) coarsening module has a few tests that are expected to fail. These used to be marked with @pytest.mark.skip, but this is confusing, furthermore, the test make the weekly test run (which includes skipped tests) fail. Using xfail instead should resolve this.

Proposed changes

Contributions to PorePy are highly appreciated. Clearly explain why this pull request (PR) is needed and why it should be accepted. If this PR solves an issue, explain how it is done. Please, also summarise the changes to the code.

Types of changes

What types of changes does this PR introduce to PorePy? Put an x in the boxes that apply.

Checklist

Put an x in the boxes that apply or explain briefly why the box is not relevant.