summary refs log tree commit diff
path: root/nixos/lib/testing-python.nix
diff options
context:
space:
mode:
authorDavid Arnold <dar@xoe.solutions>2021-05-14 19:57:11 -0400
committerDavid Arnold <dar@xoe.solutions>2021-05-14 20:36:00 -0400
commit8ee31be5dd60a3bd975e77511b0bdcfe54f18a82 (patch)
tree28c9faabff45926a62d976b1b123745098e26831 /nixos/lib/testing-python.nix
parent72948af15bf52f9111a42b3e9866b9c2d426ece9 (diff)
downloadnixpkgs-8ee31be5dd60a3bd975e77511b0bdcfe54f18a82.tar
nixpkgs-8ee31be5dd60a3bd975e77511b0bdcfe54f18a82.tar.gz
nixpkgs-8ee31be5dd60a3bd975e77511b0bdcfe54f18a82.tar.bz2
nixpkgs-8ee31be5dd60a3bd975e77511b0bdcfe54f18a82.tar.lz
nixpkgs-8ee31be5dd60a3bd975e77511b0bdcfe54f18a82.tar.xz
nixpkgs-8ee31be5dd60a3bd975e77511b0bdcfe54f18a82.tar.zst
nixpkgs-8ee31be5dd60a3bd975e77511b0bdcfe54f18a82.zip
nixos/testing: add interactive serial stdout logs switch and dim them
Diffstat (limited to 'nixos/lib/testing-python.nix')
-rw-r--r--nixos/lib/testing-python.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/lib/testing-python.nix b/nixos/lib/testing-python.nix
index 7e87313e963..c9d4f0f0861 100644
--- a/nixos/lib/testing-python.nix
+++ b/nixos/lib/testing-python.nix
@@ -25,7 +25,7 @@ rec {
       name = "nixos-test-driver";
 
       nativeBuildInputs = [ makeWrapper ];
-      buildInputs = [ (python3.withPackages (p: [ p.ptpython ])) ];
+      buildInputs = [ (python3.withPackages (p: [ p.ptpython p.colorama ])) ];
       checkInputs = with python3Packages; [ pylint black mypy ];
 
       dontUnpack = true;