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: 55ace3be6892
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: aa4ba502d6b5
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 9, 2020

  1. Copy the full SHA
    6022db4 View commit details
    Browse the repository at this point in the history
  2. nixosTest: update to make-test-python.nix

    This still referred to the legacy make-test.nix (Perl)
    worldofpeace authored and flokli committed Feb 9, 2020
    Copy the full SHA
    d3efeb7 View commit details
    Browse the repository at this point in the history
  3. nixos/testing: add deprecation notice for Perl VM tests

    Most VM tests have been migrated to use the python test driver
    (introduced in #71684), the migration is tracked in #72828 (which also
    thankfully uncovered and fixed many currently broken tests)
    
    While increasing the acceptance and adoption of NixOS integration tests
    by using a more popular language, there was also nobody willing to do
    larger refactors in the currently very convoluted test infrastructure.
    
    We plan to remove the perl infrastructure between the 20.03 and 20.09
    release, to be able to do these refactorings.
    
    Some people might be using Perl tests in their internal CI, so print a
    warning for 20.03, and give users time to move to the python testing
    infrastructure.
    flokli committed Feb 9, 2020
    Copy the full SHA
    0945178 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Merge pull request #79335 from flokli/deprecate-perl-vm-tests

    nixos/testing: add deprecation notice for Perl VM tests
    worldofpeace committed Feb 10, 2020
    Copy the full SHA
    aa4ba50 View commit details
    Browse the repository at this point in the history