Commit 38e77220 authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

python3Packages.scikit-image: fix tests with overridePythonAttrs

buildPythonPackage no longer provide local .override attribute. Use
overridePythonAttrs instead.
parent 3e8d53b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ let
    ];

    passthru.tests = {
      all-tests = self.override { doCheck = true; };
      all-tests = self.overridePythonAttrs { doCheck = true; };
    };

    meta = {