File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ def test(session: nox.Session) -> None:
115
115
* arguments ,
116
116
env = {
117
117
"LC_CTYPE" : "en_US.UTF-8" ,
118
- "SETUPTOOLS_USE_DISTUTILS" : "stdlib" ,
119
118
},
120
119
)
121
120
@@ -245,7 +244,6 @@ def coverage(session: nox.Session) -> None:
245
244
env = {
246
245
"COVERAGE_OUTPUT_DIR" : "./.coverage-output" ,
247
246
"COVERAGE_PROCESS_START" : os .fsdecode (Path ("setup.cfg" ).resolve ()),
248
- "SETUPTOOLS_USE_DISTUTILS" : "stdlib" ,
249
247
},
250
248
)
251
249
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ def find_spec(
30
30
return spec
31
31
32
32
33
+ # TODO https://github.com/pypa/pip/issues/11294
33
34
sys .meta_path .insert (0 , PipImportRedirectingFinder ())
34
35
35
36
assert __name__ == "__main__" , "Cannot run __pip-runner__.py as a non-main module"
You can’t perform that action at this time.
0 commit comments