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: 640416bf718d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 277263b05cf1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 2, 2019

  1. pythonPackages.beaker: 1.8.0 -> 1.10.1

    - The aim was to get this building on hydra
    - Midway I discovered a PR by Mic92 that bumps the version to 1.10.0,
      I have included some of his fixes to run tests correctly:
        - remove testing memcached (it tries to connect on import)
        - don't run external tests or a failing test on darwin
                (see bbangert/beaker#166)
        - run nosetests rather than setup.py test because we need to specify
        exclude options.
    Zer0- committed Apr 2, 2019
    Copy the full SHA
    d94b113 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.pyramid_beaker: fix building

    - checkInputs rather than buildInputs
    - it was complaining that py.test was not a valid command
    Zer0- committed Apr 2, 2019
    Copy the full SHA
    7819cc0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58231 from Zer0-/fix_py_beaker

    python beaker: 1.8.0 -> 1.10.1 fix building on hydra
    dotlambda committed Apr 2, 2019
    Copy the full SHA
    277263b View commit details
    Browse the repository at this point in the history