forked from mirrors/nixpkgs
nixos/tests/txredisapi: stop using python38
This commit is contained in:
parent
9952d6bc39
commit
9a8272bd01
|
@ -12,7 +12,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
||||||
{
|
{
|
||||||
services.redis.servers."".enable = true;
|
services.redis.servers."".enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ (python38.withPackages (ps: [ ps.twisted ps.txredisapi ps.mock ]))];
|
environment.systemPackages = with pkgs; [ (python3.withPackages (ps: [ ps.twisted ps.txredisapi ps.mock ]))];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue