Files
nixpkgs/pkgs/development/python-modules/clustershell
Frank Doepper efddd15758 python3Packages.clustershell: remove blocking test
remove tests/TreeGatewayTest.py because it does not return.

apparently

    def wait(self):
        """wait for task/thread termination"""
        # can be blocked indefinitely if StreamWorker doesn't complete
        self.task.join()

does apply in nix sandbox

fixes #315146

(cherry picked from commit 53d22e3e94)
2024-06-19 17:28:15 +02:00
..