Skip to content

Commit 7b96a3c

Browse files
committed
Use default setuptools behaviour in our tests
Our tests should pass without configuring setuptools in legacy mode.
1 parent 9351efd commit 7b96a3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

noxfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def test(session: nox.Session) -> None:
115115
*arguments,
116116
env={
117117
"LC_CTYPE": "en_US.UTF-8",
118-
"SETUPTOOLS_USE_DISTUTILS": "stdlib",
119118
},
120119
)
121120

@@ -245,7 +244,6 @@ def coverage(session: nox.Session) -> None:
245244
env={
246245
"COVERAGE_OUTPUT_DIR": "./.coverage-output",
247246
"COVERAGE_PROCESS_START": os.fsdecode(Path("setup.cfg").resolve()),
248-
"SETUPTOOLS_USE_DISTUTILS": "stdlib",
249247
},
250248
)
251249

0 commit comments

Comments
 (0)