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: 970145f05181
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e03ef7f7f7a1
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 20, 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.
    ruuda committed Sep 20, 2019
    Copy the full SHA
    ce6145d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. python37Packages.sentry-sdk: use checkInputs

    Instead of buildInputs, as there dependencies are only used in tests.
    ruuda committed Sep 21, 2019
    Copy the full SHA
    8a9ebc0 View commit details
    Browse the repository at this point in the history
  2. python37Packages.sentry-sdk: Fix tests (#69142)

    python37Packages.sentry-sdk: Fix tests
    Mic92 committed Sep 21, 2019
    Copy the full SHA
    e03ef7f View commit details
    Browse the repository at this point in the history