Merge pull request #32932 from markus1189/bepasty-fix
bepasty: Add `checkInput` for tests
This commit is contained in:
commit
005628a94b
@ -25,6 +25,11 @@ buildPythonApplication rec {
|
|||||||
sha256 = "0bs79pgrjlnkmjfyj2hllbx3rw757va5w2g2aghi9cydmsl7gyi4";
|
sha256 = "0bs79pgrjlnkmjfyj2hllbx3rw757va5w2g2aghi9cydmsl7gyi4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
checkInputs = [
|
||||||
|
pytest
|
||||||
|
selenium
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/bepasty/bepasty-server;
|
homepage = https://github.com/bepasty/bepasty-server;
|
||||||
description = "Binary pastebin server";
|
description = "Binary pastebin server";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user