python3Packages.opuslib: disable failing test

This commit is contained in:
Martin Weinelt
2026-02-22 19:48:23 +01:00
parent 331a3a1942
commit da71ac0016
@@ -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";