Skip to content

Fix the @xfail_if_ci pytests in test_soundcard.py #201

Description

@cclauss

This pytest xfail should be removed:

xfail_if_ci = pytest.mark.xfail(os.getenv('CI') == 'true', reason='Testing on GitHub Actions continuos integration')

The GitHub Actions tests that use this decorator should be fixed on Linux, macOS, and Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions