mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
In some cases there could be an issue to test compiled Cython library which is not available in local checkout working directory. This change is inspired by the way NixOS packages scikit-image and run tests from the output with "--pyargs" option where compiled library is available. See: <https://github.com/NixOS/nixpkgs/blob/nixos-25.05/\ pkgs/development/python-modules/scikit-image/default.nix>. * gnu/packages/python-science.scm (python-scikit-image) [arguments] <test-flags>: Run tests from {#$output}, add "--pyargs" option and skip one more problematic test. <phases>: Use default 'check; add 'pre-check and post-check. Change-Id: I60f58359f59b371854f4963e2f7c65c9221a0924