about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmuxp
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2017-01-30 21:17:00 +0100
committerLancelot SIX <lsix@lancelotsix.com>2017-01-31 09:33:05 +0100
commit4cf8ae3a8c239eecef6c275f88e508370defbf08 (patch)
tree5693c6d8dd8501ad741231fe8a4c071b6d597b25 /pkgs/tools/misc/tmuxp
parentc6c2137a9cd5e757ee6fdd00dce1f975dff62736 (diff)
pythonPackages.pytest: use pytest_30
Diffstat (limited to 'pkgs/tools/misc/tmuxp')
-rw-r--r--pkgs/tools/misc/tmuxp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix
index 3ca01d7e5eb94..04b42f6d72281 100644
--- a/pkgs/tools/misc/tmuxp/default.nix
+++ b/pkgs/tools/misc/tmuxp/default.nix
@@ -16,7 +16,7 @@ pythonPackages.buildPythonApplication rec {
   '';
 
   buildInputs = with pythonPackages; [
-    pytest
+    pytest_29
     pytest-rerunfailures
   ];