mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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:
parent
5e26356aa3
commit
ba7101ffe8
@ -157,7 +157,7 @@ let
|
|||||||
];
|
];
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
all-tests = self.override { doCheck = true; };
|
all-tests = self.overridePythonAttrs { doCheck = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user