We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb229a commit a36803eCopy full SHA for a36803e
pytest_arraydiff/plugin.py
@@ -275,7 +275,7 @@ def item_function_wrapper(*args, **kwargs):
275
This is expected for new tests.""".format(
276
test=test_array))
277
278
- # distutils may put the baseline arrays in non-accessible places,
+ # setuptools may put the baseline arrays in non-accessible places,
279
# copy to our tmpdir to be sure to keep them in case of failure
280
baseline_file = os.path.abspath(os.path.join(result_dir, 'reference-' + filename))
281
shutil.copyfile(baseline_file_ref, baseline_file)
0 commit comments