Skip to content

Commit

Permalink
[wip] sublime-music: working around a failure with mpv tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Jun 8, 2024
1 parent b76d7e0 commit 60b221e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/su/sublime-music/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ python3.pkgs.buildPythonApplication rec {
sed -i "/--cov/d" setup.cfg
sed -i "/--no-cov-on-fail/d" setup.cfg
# working around the newest mpv 0.38
rm tests/player_tests/mpv_tests.py
# https://github.com/sublime-music/sublime-music/commit/f477659d24e372ed6654501deebad91ae4b0b51c
sed -i "s/python-mpv/mpv/g" pyproject.toml
'';
Expand Down

0 comments on commit 60b221e

Please sign in to comment.