python313Packages.aiortsp: disable blocking tests

Changed files
+5
pkgs
development
python-modules
aiortsp
+5
pkgs/development/python-modules/aiortsp/default.nix
···
pytest-asyncio
];
+
disabledTestPaths = [
+
# these tests get stuck, could be pytest-asyncio compat issue
+
"tests/test_connection.py"
+
];
+
pythonImportsCheck = [ "aiortsp" ];
meta = with lib; {