diff --git a/pkgs/development/python-modules/aiortsp/default.nix b/pkgs/development/python-modules/aiortsp/default.nix index b55813c468b4e..1b055e92b8e2d 100644 --- a/pkgs/development/python-modules/aiortsp/default.nix +++ b/pkgs/development/python-modules/aiortsp/default.nix @@ -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; {