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: 23060208210a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6687613f55eb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 21, 2019

  1. python37Packages.sentry-sdk: Fix tests

    The tests depend on many third-party libraries, presumably because
    Sentry offers integration for each of them. I added these as build
    inputs but not propagated build inputs, because they are only needed for
    the tests.
    
    (cherry picked from commit ce6145d)
    ruuda authored and Mic92 committed Sep 21, 2019
    Copy the full SHA
    1abe649 View commit details
    Browse the repository at this point in the history
  2. python37Packages.sentry-sdk: use checkInputs

    Instead of buildInputs, as there dependencies are only used in tests.
    
    (cherry picked from commit 8a9ebc0)
    ruuda authored and Mic92 committed Sep 21, 2019
    Copy the full SHA
    6687613 View commit details
    Browse the repository at this point in the history