mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-20 23:00:07 +00:00
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)