python3Packages.beets-alternatives: fix a test failing with beets 2.9.0
This commit is contained in:
@@ -32,6 +32,18 @@ buildPythonPackage rec {
|
||||
hash = "sha256-leZYXf6Oo/jAKbnJbP+rTnuRsh9P1BQXYAbthMNT60A=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fixes a failing test, see:
|
||||
# https://github.com/geigerzaehler/beets-alternatives/issues/212
|
||||
(fetchpatch {
|
||||
url = "https://github.com/geigerzaehler/beets-alternatives/commit/8b75974636897aabcf2ca75fb0987f7beb68f50f.patch";
|
||||
hash = "sha256-lIJwuf3UklcJM4m7CO2+aNpPekHXuC5rpPVjK+kb+FQ=";
|
||||
includes = [
|
||||
"test/cli_test.py"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
build-system = [
|
||||
hatchling
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user