File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
import tempfile
7
7
from os import environ as env
8
8
from os .path import join as pjoin
9
+ from tempfile import TemporaryDirectory
9
10
10
11
import pytest
11
12
21
22
get_data_path ,
22
23
make_datasource ,
23
24
)
24
- from ..tmpdirs import TemporaryDirectory
25
25
from .test_environment import DATA_KEY , USER_KEY , with_environment
26
26
27
27
Original file line number Diff line number Diff line change 5
5
import shutil
6
6
from os .path import dirname
7
7
from os .path import join as pjoin
8
+ from tempfile import TemporaryDirectory
8
9
9
10
import numpy as np
10
11
21
22
from ..openers import Opener
22
23
from ..optpkg import optional_package
23
24
from ..testing import expires
24
- from ..tmpdirs import InTemporaryDirectory , TemporaryDirectory
25
+ from ..tmpdirs import InTemporaryDirectory
25
26
26
27
_ , have_scipy , _ = optional_package ('scipy' )
27
28
_ , have_pyzstd , _ = optional_package ('pyzstd' )
You can’t perform that action at this time.
0 commit comments