about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-27 12:01:41 +0000
committerGitHub <noreply@github.com>2023-02-27 12:01:41 +0000
commit5e46cfeba0bacb52e55fec358751ad5b873f2067 (patch)
tree59eeb9028bd9669651b63d79603b2364819e6db7 /nixos/tests
parent4040a6d1314b770a4c38cd7979e6dd8fd779e3ad (diff)
parentba4b337e37bc7e3bb885764663f1d8c4e3b8cee2 (diff)
Merge staging-next into staging
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/txredisapi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/txredisapi.nix b/nixos/tests/txredisapi.nix
index 7c6b36a5c47d5..47c2ba6d3749a 100644
--- a/nixos/tests/txredisapi.nix
+++ b/nixos/tests/txredisapi.nix
@@ -12,7 +12,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
       {
         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 ]))];
       };
   };