python3Packages.pycdio: fix test for fs,read

This commit is contained in:
Sigmanificient
2026-01-26 21:46:50 +01:00
parent f66647830d
commit 0e66ce803b
@@ -39,15 +39,18 @@ buildPythonPackage (finalAttrs: {
libiconv
];
postPatch = ''
substituteInPlace {data,test}/isofs-m1.cue \
--replace-fail "ISOFS-M1.BIN" "isofs-m1.bin"
'';
nativeCheckInputs = [ pytestCheckHook ];
enabledTestPaths = [ "test/test-*.py" ];
disabledTests = [
# Test are depending on image files that are not there
"test_fs"
"test_bincue"
"test_read"
"test_cdda"
];