Commit f6664783 authored by Marvin Preuss's avatar Marvin Preuss
Browse files

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

parent eb00cd5d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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" ];
  };