Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3.pkgs.scipy: use pytestCheckHook && python3.pkgs.numpy: small cleanup #255607

Closed
wants to merge 2 commits into from

Commits on Oct 1, 2023

  1. python3.pkgs.numpy: use pytestCheckHook

    Related to: NixOS#255262 and a
    follow-up to NixOS#251923 :
    
    - The NOSE_EXCLUDE environment variable was removed due to being
      unneeded, as upstream uses pytest for a long time now, and that
      disabled test was removed since.
    - Support parallel testing with pytest-xdist
    doronbehar committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    7d77a5c View commit details
    Browse the repository at this point in the history
  2. python3.pkgs.scipy: use pytestCheckHook

    Related to: NixOS#255262 . This allows
    Using the hook's builtin support for of `disabledTests` and
    `disabledTestPaths`.
    doronbehar committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    f2eddda View commit details
    Browse the repository at this point in the history