From e1dbe8e14aec62df68f41bc130900717400d1d00 Mon Sep 17 00:00:00 2001 From: Markus Hauck Date: Thu, 21 Dec 2017 12:11:55 +0100 Subject: [PATCH] bepasty: Add `checkInput` for tests Related #32244 --- pkgs/tools/misc/bepasty/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/tools/misc/bepasty/default.nix b/pkgs/tools/misc/bepasty/default.nix index be1df0510d7b..ee2680da0066 100644 --- a/pkgs/tools/misc/bepasty/default.nix +++ b/pkgs/tools/misc/bepasty/default.nix @@ -25,6 +25,11 @@ buildPythonApplication rec { sha256 = "0bs79pgrjlnkmjfyj2hllbx3rw757va5w2g2aghi9cydmsl7gyi4"; }; + checkInputs = [ + pytest + selenium + ]; + meta = { homepage = https://github.com/bepasty/bepasty-server; description = "Binary pastebin server";