python3Packages.scikit-image: fix tests with overridePythonAttrs
buildPythonPackage no longer provide local .override attribute. Use overridePythonAttrs instead.
This commit is contained in:
@@ -157,7 +157,7 @@ let
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
all-tests = self.override { doCheck = true; };
|
||||
all-tests = self.overridePythonAttrs { doCheck = true; };
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user