mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #32932 from markus1189/bepasty-fix
bepasty: Add `checkInput` for tests
This commit is contained in:
commit
005628a94b
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ buildPythonApplication rec {
|
|||
sha256 = "0bs79pgrjlnkmjfyj2hllbx3rw757va5w2g2aghi9cydmsl7gyi4";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
pytest
|
||||
selenium
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/bepasty/bepasty-server;
|
||||
description = "Binary pastebin server";
|
||||
|
|
Loading…
Reference in a new issue