python3Packages.pycdio: disables tests that have problems with python 3.13 (#482857)
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user