mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
errbot: the text interface needs pytest at runtime
This commit is contained in:
parent
f1f856ada7
commit
6e60359c74
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
webtest bottle threadpool rocket-errbot requests2 jinja2
|
||||
pyopenssl colorlog Yapsy markdown ansi pygments dns pep8
|
||||
daemonize pygments-markdown-lexer telegram irc slackclient
|
||||
pyside sleekxmpp hypchat
|
||||
pyside sleekxmpp hypchat pytest
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue