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: 97a3671625cd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1c406512eb63
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 13, 2019

  1. Add checkPhase for pipenv

    This is to prevent regressions such as #73254
    by using pipenv to install a simple Python package, thus testing
    that pipenv was built correctly.
    
    Many thanks to @infinisil and @domenkozar for hand-holding!
    zupo authored and FRidh committed Nov 13, 2019
    Copy the full SHA
    ad078d8 View commit details
    Browse the repository at this point in the history
  2. make sure not to pollute the build directory

    zupo authored and FRidh committed Nov 13, 2019
    Copy the full SHA
    5cbdff5 View commit details
    Browse the repository at this point in the history
  3. Use wheel instead of pyjokes

    We need an egg to install to test that pipenv works. Instead of
    downloading & installing pyjokes, let's use wheel since we already
    have it.
    
    Refs #73349 (comment)
    zupo authored and FRidh committed Nov 13, 2019
    Copy the full SHA
    1c40651 View commit details
    Browse the repository at this point in the history