Skip to content

Commit a36803e

Browse files
committed
MNT: Remove mention of distutils
1 parent 2cb229a commit a36803e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_arraydiff/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def item_function_wrapper(*args, **kwargs):
275275
This is expected for new tests.""".format(
276276
test=test_array))
277277

278-
# distutils may put the baseline arrays in non-accessible places,
278+
# setuptools may put the baseline arrays in non-accessible places,
279279
# copy to our tmpdir to be sure to keep them in case of failure
280280
baseline_file = os.path.abspath(os.path.join(result_dir, 'reference-' + filename))
281281
shutil.copyfile(baseline_file_ref, baseline_file)

0 commit comments

Comments
 (0)