bepasty: Add checkInput for tests

Related #32244
This commit is contained in:
Markus Hauck 2017-12-21 12:11:55 +01:00
parent f1da792425
commit e1dbe8e14a

View file

@ -25,6 +25,11 @@ buildPythonApplication rec {
sha256 = "0bs79pgrjlnkmjfyj2hllbx3rw757va5w2g2aghi9cydmsl7gyi4";
};
checkInputs = [
pytest
selenium
];
meta = {
homepage = https://github.com/bepasty/bepasty-server;
description = "Binary pastebin server";