Skip to content

Commit

Permalink
blacking tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Mar 21, 2024
1 parent fc156e8 commit b273a1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
from mir_eval.io import load_wav


pytestmark = pytest.mark.skip(reason="disabling display tests until after merger of #370")
pytestmark = pytest.mark.skip(
reason="disabling display tests until after merger of #370"
)


@decorator
Expand Down

0 comments on commit b273a1f

Please sign in to comment.