We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6924cd commit e9e2b01Copy full SHA for e9e2b01
pytest_flask/fixtures.py
@@ -66,6 +66,7 @@ def worker(app, port):
66
target=worker,
67
args=(self.app, self.port)
68
)
69
+ self._process.daemon = True
70
self._process.start()
71
72
keep_trying = True
0 commit comments