nixpkgs/pkgs/development/python-modules/clustershell
Frank Doepper c217dc9717 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
2024-06-19 17:04:37 +02:00
..
default.nix python3Packages.clustershell: remove blocking test 2024-06-19 17:04:37 +02:00