blivet test: use python2

release-18.03-flake
Frederik Rietdijk 2016-11-09 16:38:54 +01:00
parent 27180b67ce
commit 25a9889f0e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import ./make-test.nix ({ pkgs, ... }: with pkgs.pythonPackages; rec {
import ./make-test.nix ({ pkgs, ... }: with pkgs.python2Packages; rec {
name = "blivet";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aszlig ];