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

Commits on May 15, 2019

  1. pythonPackages.funcsigs: fix tests on pypy3

    This package has a spurious test failure on PyPy3, which was reported
    upstream a while ago:
    
         testing-cabal/funcsigs#10
    
    This is fixed thanks to the included patch, which was authored and is
    also used by the Gentoo Python team.
    
    With this, packages like 'pytest' and 'click' now work under PyPy3.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed May 15, 2019
    Copy the full SHA
    dd79d60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61529 from thoughtpolice/nixpkgs/pypy3-fix-funcsigs

    pythonPackages.funcsigs: fix tests on pypy3
    thoughtpolice committed May 15, 2019
    Copy the full SHA
    b0c2352 View commit details
    Browse the repository at this point in the history