Unverified Commit da71ac00 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.opuslib: disable failing test

parent 331a3a19
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -54,6 +54,12 @@ buildPythonPackage {
    "tests/hl_encoder.py"
  ];

  disabledTests = [
    # Likely related to libopus 1.5.2 -> 1.6.1 bump
    # AssertionError: 1500000 not less than 700000
    "test_bitrate"
  ];

  meta = {
    description = "Python bindings to the libopus, IETF low-delay audio codec";
    homepage = "https://github.com/orion-labs/opuslib";