python3Packages.pycdio: disables tests that have problems with python 3.13 (#482857)

This commit is contained in:
Marvin Preuss
2026-01-26 10:03:38 +01:00
parent eb00cd5d8f
commit f66647830d
@@ -43,6 +43,14 @@ buildPythonPackage (finalAttrs: {
enabledTestPaths = [ "test/test-*.py" ];
disabledTests = [
# Test are depending on image files that are not there
"test_fs"
"test_bincue"
"test_read"
"test_cdda"
];
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];
};