python313Packages.aiortsp: disable blocking tests

This commit is contained in:
Martin Weinelt
2025-02-06 03:04:27 +01:00
parent 8244d1aaf8
commit d625bf6357
@@ -37,6 +37,11 @@ buildPythonPackage rec {
pytest-asyncio
];
disabledTestPaths = [
# these tests get stuck, could be pytest-asyncio compat issue
"tests/test_connection.py"
];
pythonImportsCheck = [ "aiortsp" ];
meta = with lib; {