File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
from distutils .core import Distribution
11
11
from distutils .errors import DistutilsOptionError
12
12
from distutils .filelist import FileList
13
- from distutils .tests .test_config import BasePyPIRCCommandTestCase
14
13
from os .path import join
15
14
from textwrap import dedent
16
15
19
18
import pytest
20
19
from more_itertools import ilen
21
20
21
+ from . import support
22
22
from .unix_compat import grp , pwd , require_uid_0 , require_unix_id
23
23
24
24
SETUP_PY = """
@@ -66,7 +66,7 @@ def clean_lines(filepath):
66
66
yield from filter (None , map (str .strip , f ))
67
67
68
68
69
- class TestSDist (BasePyPIRCCommandTestCase ):
69
+ class TestSDist (support . TempdirManager ):
70
70
def get_cmd (self , metadata = None ):
71
71
"""Returns a cmd"""
72
72
if metadata is None :
You can’t perform that action at this time.
0 commit comments