
--- quart-0.18.3.orig/tests/test_helpers.py
+++ quart-0.18.3/tests/test_helpers.py
@@ -6,7 +6,7 @@ from pathlib import Path
 from typing import AsyncGenerator
 
 import pytest
-from py._path.local import LocalPath
+#from py._path.local import LocalPath
 from werkzeug.exceptions import NotFound
 
 from quart import Blueprint, Quart, request
--- quart-0.18.3.orig/tests/wrappers/test_response.py
+++ quart-0.18.3/tests/wrappers/test_response.py
@@ -8,7 +8,7 @@ from typing import Any, AsyncGenerator
 
 import pytest
 from hypothesis import given, strategies as strategies
-from py._path.local import LocalPath
+#from py._path.local import LocalPath
 from werkzeug.datastructures import Headers
 from werkzeug.exceptions import RequestedRangeNotSatisfiable
 
