about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-07-13 04:27:00 -0500
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-08-13 09:18:25 +0200
commit48e167e028aade2156270390351d6db9ef937071 (patch)
treef9582a8d464fbba0ccf576377d426f0df0f716c6
parent0a59ea6076e93b8d61eb415ae57f9dfdfbc98bdb (diff)
downloadnixlib-48e167e028aade2156270390351d6db9ef937071.tar
nixlib-48e167e028aade2156270390351d6db9ef937071.tar.gz
nixlib-48e167e028aade2156270390351d6db9ef937071.tar.bz2
nixlib-48e167e028aade2156270390351d6db9ef937071.tar.lz
nixlib-48e167e028aade2156270390351d6db9ef937071.tar.xz
nixlib-48e167e028aade2156270390351d6db9ef937071.tar.zst
nixlib-48e167e028aade2156270390351d6db9ef937071.zip
ulauncher: use latest pytest
-rw-r--r--pkgs/applications/misc/ulauncher/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/ulauncher/default.nix b/pkgs/applications/misc/ulauncher/default.nix
index 12cf96580f74..3db6f6ae565d 100644
--- a/pkgs/applications/misc/ulauncher/default.nix
+++ b/pkgs/applications/misc/ulauncher/default.nix
@@ -57,7 +57,7 @@ python27Packages.buildPythonApplication rec  {
 
   checkInputs = with python27Packages; [
     mock
-    pytest_3
+    pytest
     pytest-mock
     pytestpep8
     xvfb_run