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 cdff78f commit 1b85f5fCopy full SHA for 1b85f5f
src/pytest_flask/live_server.py
@@ -28,7 +28,7 @@ def run(
28
29
# force 'fork' on macOS
30
if platform.system() == "Darwin":
31
- multiprocessing = multiprocessing.get_context("fork") # type: ignore
+ multiprocessing = multiprocessing.get_context("fork") # type: ignore[assignment]
32
33
34
class LiveServer: # pragma: no cover
0 commit comments