Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 97d3d1ec7fc5
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: a6f3555ccb0f
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 27, 2020

  1. python2Packages.faulthandler: 3.1 -> 3.2 and fix build

    It is currently failing on master and 20.03. I spent some time reading the src
    code but was not able to figure out why the env var activation is not working.
    Since this is currently failing, and since it's dying alongside python 2 anyways
    I propose we just disable the 1 failing test.
    
    There's some more information inline in the comment if someone wants to fix this
    or dig further.
    
    (cherry picked from commit 643d102)
    bhipple authored and Jon committed Mar 27, 2020
    Copy the full SHA
    e158ecc View commit details
    Browse the repository at this point in the history
  2. python2Packages.pytest-faulthandler: remove package

    This has been upstreamed into pytest itself as of pytest 5.0, which we have:
    https://github.com/pytest-dev/pytest-faulthandler
    
    Since it should no longer be used, let's remove from nix.
    
    (cherry picked from commit f5ffd14)
    bhipple authored and Jon committed Mar 27, 2020
    Copy the full SHA
    3534948 View commit details
    Browse the repository at this point in the history
  3. pythonPackages.distributed: remove bad check dependency on pytest-fau…

    …lthandler
    
    (cherry picked from commit acfe7e0)
    bhipple authored and Jon committed Mar 27, 2020
    Copy the full SHA
    a6f3555 View commit details
    Browse the repository at this point in the history