tmieulet
Results
1
comments of
tmieulet
see : https://github.com/ulope/pytest-sftpserver/issues/30#issuecomment-1530896213 It worked for me: ``` @pytest.fixture def sftp_fixture(sftpserver): # https://github.com/ulope/pytest-sftpserver/issues/30 # Tests hanging forever sftpserver.daemon_threads = True sftpserver.block_on_close = False yield sftpserver ```