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: ef0345a3fa8d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: edd555502978
Choose a head ref
  • 13 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 9, 2019

  1. python: Make .isPyPy flag more accurate.

    nix-repl> map (s: s.isPyPy) [ python python3 pypy pypy3 ]
    [ false false true true ]
    MostAwesomeDude authored and FRidh committed Apr 9, 2019
    Copy the full SHA
    5719f89 View commit details
    Browse the repository at this point in the history
  2. pypy: 6.0.0 -> 7.0.0

    Note that this bumps both the 2.7 and 3.5 flavors of PyPy.
    MostAwesomeDude authored and FRidh committed Apr 9, 2019
    Copy the full SHA
    9c04b75 View commit details
    Browse the repository at this point in the history
  3. pythonPackages.typing: Disable tests on PyPy.

    Not sure whether this is right TBH.
    MostAwesomeDude authored and FRidh committed Apr 9, 2019
    Copy the full SHA
    1303661 View commit details
    Browse the repository at this point in the history
  4. pythonPackages.pytest-shutil: Disable some tests on PyPy.

    I looked at some of the failing tests and now I'm feeling rather queasy.
    MostAwesomeDude authored and FRidh committed Apr 9, 2019
    Copy the full SHA
    ca40026 View commit details
    Browse the repository at this point in the history
  5. pypyPackages.mock: Unbreak PyPy for Python 2.7.

    Unbreaks many PyPy packages.
    MostAwesomeDude authored and FRidh committed Apr 9, 2019
    Copy the full SHA
    34fd585 View commit details
    Browse the repository at this point in the history
  6. pyasn1-modules: Enable on PyPy.

    MostAwesomeDude authored and FRidh committed Apr 9, 2019
    Copy the full SHA
    c2a418b View commit details
    Browse the repository at this point in the history
  7. pythonPackages.magic-wormhole-transit-relay: Fix tests.

    Calling Trial directly enables PyPy support, since our PyPy packages
    only have a `pypy` binary rather than `python`.
    MostAwesomeDude authored and FRidh committed Apr 9, 2019
    Copy the full SHA
    3671657 View commit details
    Browse the repository at this point in the history
  8. pythonModules.werkzeug: Forward-port PyPy fix.

    Included a comment for the upstream commit where this was fixed
    recently:
    pallets/werkzeug@1cfdcf9
    MostAwesomeDude authored and FRidh committed Apr 9, 2019
    Copy the full SHA
    9ca78d4 View commit details
    Browse the repository at this point in the history
  9. pypyPackages.numpy: Enable.

    It Just Works now that everybody's versions have been bumped.
    MostAwesomeDude authored and FRidh committed Apr 9, 2019
    Copy the full SHA
    1b2e1b5 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    9b2bf34 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    3c04844 View commit details
    Browse the repository at this point in the history
  12. zfec: Enable on PyPy.

    MostAwesomeDude authored and FRidh committed Apr 9, 2019
    Copy the full SHA
    8488e20 View commit details
    Browse the repository at this point in the history
  13. pypy: Disable broken test on 3.x.

    MostAwesomeDude authored and FRidh committed Apr 9, 2019
    Copy the full SHA
    edd5555 View commit details
    Browse the repository at this point in the history