diff options
Diffstat (limited to 'tests/gis_tests/test_data.py')
| -rw-r--r-- | tests/gis_tests/test_data.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gis_tests/test_data.py b/tests/gis_tests/test_data.py index 23df42c007..4bec3c677e 100644 --- a/tests/gis_tests/test_data.py +++ b/tests/gis_tests/test_data.py @@ -5,11 +5,10 @@ for the GEOS and GDAL tests. import json import os -from django.utils._os import upath from django.utils.functional import cached_property # Path where reference test data is located. -TEST_DATA = os.path.join(os.path.dirname(upath(__file__)), 'data') +TEST_DATA = os.path.join(os.path.dirname(__file__), 'data') def tuplize(seq): |
