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

Commits on Jun 24, 2020

  1. typeguard: fix tests

    Broken by 9993c38
    
        Traceback:
        tests/test_typeguard_py36.py:7: in <module>
            from typing_extensions import Literal
        E   ModuleNotFoundError: No module named 'typing_extensions'
    
    Resolved by adding typing-extensions to checkInputs
    callahad committed Jun 24, 2020
    Copy the full SHA
    40fb898 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Merge pull request #91451 from callahad/typeguard-fixup

    typeguard: fix tests
    lsix committed Jun 25, 2020
    Copy the full SHA
    ec1d9c6 View commit details
    Browse the repository at this point in the history