python3Packages.scikit-image: fix tests with overridePythonAttrs

buildPythonPackage no longer provide local .override attribute. Use
overridePythonAttrs instead.

(cherry picked from commit 38e7722035)
This commit is contained in:
Yueh-Shun Li 2024-10-22 14:25:51 +08:00 committed by github-actions[bot]
parent 5e26356aa3
commit ba7101ffe8

View File

@ -157,7 +157,7 @@ let
]; ];
passthru.tests = { passthru.tests = {
all-tests = self.override { doCheck = true; }; all-tests = self.overridePythonAttrs { doCheck = true; };
}; };
meta = { meta = {