python3Packages.scikit-image: fix tests with overridePythonAttrs

buildPythonPackage no longer provide local .override attribute. Use
overridePythonAttrs instead.
This commit is contained in:
Yueh-Shun Li
2024-10-22 14:27:54 +08:00
parent 3e8d53b9e8
commit 38e7722035
@@ -157,7 +157,7 @@ let
];
passthru.tests = {
all-tests = self.override { doCheck = true; };
all-tests = self.overridePythonAttrs { doCheck = true; };
};
meta = {