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: 0bd160a8a1e0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 909c7c15d573
Choose a head ref
  • 20 commits
  • 19 files changed
  • 7 contributors

Commits on Mar 6, 2021

  1. home-assistant: enable a lot more component tests

    We can now track a list of components, that should be integrated into
    our testsuite run. Their dependencies will automatically be included
    into the checkInputs by reusing the dependency lookup infrastructure we
    already have, which is what makes this feasible.
    mweinelt committed Mar 6, 2021
    Copy the full SHA
    4e65797 View commit details
    Browse the repository at this point in the history
  2. home-assistant: rerun tests failing with RuntimeError

    The flakyness in home-assistant stems from premature event loop closing,
    due to race conditions throughout the test suite.
    
    > RuntimeError: Event loop is closed
    
    They also happen during upstreams testsuite runs, but they silently
    ignore them, so I don't expect a fix for them in the near future.
    
    Alleviate our pains by rerunning tests that fail in this particular way.
    mweinelt committed Mar 6, 2021
    Copy the full SHA
    598bc98 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    11d964f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    58b8e61 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ba2a855 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7a7b2c4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    71d0d4d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    7aaa74b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    842e35e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    c7b6d1a View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    63a7edf View commit details
    Browse the repository at this point in the history
  12. nixos/home-assistant: disable tests on the package by default

    We are running over 6000 tests by now and they take around 5 minutes
    on faster machines and tests alot of components that endusers will not
    actually be using. It is sufficient if we run them on package upgrades
    and in the passthrough test.
    mweinelt committed Mar 6, 2021
    Copy the full SHA
    1050f14 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    9ad62a7 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    4b94aba View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    6ed2bd9 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    2f3eab3 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    b349460 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #115230 from MatrixAI/electron-forge

    @electron-forge/cli: init at 6.0.0-beta.54
    SuperSandro2000 committed Mar 6, 2021
    Copy the full SHA
    955c374 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #115276 from dfoxfranke/master

    nvidia-x11: 460.39 -> 460.56
    danieldk committed Mar 6, 2021
    Copy the full SHA
    f3fc074 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    909c7c1 View commit details
    Browse the repository at this point in the history