Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a20a6eec8d0b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c253a265f43d
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Nov 30, 2020

  1. python3Packages.joblib: fix tests

    Jonathan Ringer committed Nov 30, 2020
    Copy the full SHA
    554aed8 View commit details
    Browse the repository at this point in the history
  2. python3Packages.jeepney: fix tests

    Jonathan Ringer committed Nov 30, 2020
    Copy the full SHA
    5ffe787 View commit details
    Browse the repository at this point in the history
  3. python39Packages.boto: disable for python39

    no longer compatible:
    ```
      File "/build/boto-2.49.0/tests/unit/utils/test_utils.py", line 88, in hmac_hashfunc
        return hmac.new(b'mysecretkey', msg)
      File "/nix/store/x3655l9x6b5khxzzl0s2zg1kn0qr3zfs-python3-3.9.0/lib/python3.9/hmac.py", line 170, in new
        return HMAC(key, msg, digestmod)
      File "/nix/store/x3655l9x6b5khxzzl0s2zg1kn0qr3zfs-python3-3.9.0/lib/python3.9/hmac.py", line 56, in __init__
        raise TypeError("Missing required parameter 'digestmod'.")
    TypeError: Missing required parameter 'digestmod'.
    ```
    Jonathan Ringer committed Nov 30, 2020
    Copy the full SHA
    1f43b88 View commit details
    Browse the repository at this point in the history
  4. python3Packages.h5py: fix build and disable tests

    test suite now requires pytest-mpi which isn't available
    Jonathan Ringer committed Nov 30, 2020
    Copy the full SHA
    76ce77d View commit details
    Browse the repository at this point in the history
  5. python3Packages.pytest_xdist: use pytest_xdist_2 by default

    meant to be used with pytest_6
    Jonathan Ringer committed Nov 30, 2020
    Copy the full SHA
    c253a26 View commit details
    Browse the repository at this point in the history