Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
423a1b0e
Unverified
Commit
423a1b0e
authored
Mar 07, 2024
by
Tobias Fischer
Committed by
GitHub
Mar 06, 2024
Browse files
Remove deprecated distutils usage for Python 3.12 (#8280)
Co-authored-by:
vfdev
<
vfdev.5@gmail.com
>
parent
fd9b61d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/test_datasets_download.py
test/test_datasets_download.py
+2
-2
No files found.
test/test_datasets_download.py
View file @
423a1b0e
import
contextlib
import
itertools
import
shutil
import
tempfile
import
time
import
traceback
import
unittest.mock
import
warnings
from
datetime
import
datetime
from
distutils
import
dir_util
from
os
import
path
from
urllib.error
import
HTTPError
,
URLError
from
urllib.parse
import
urlparse
...
...
@@ -180,7 +180,7 @@ ROOT = tempfile.mkdtemp()
@
pytest
.
fixture
(
scope
=
"module"
,
autouse
=
True
)
def
root
():
yield
ROOT
dir_
util
.
r
emove_
tree
(
ROOT
)
sh
util
.
r
m
tree
(
ROOT
)
def
places365
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment