pythonPackages.poezio: add test runner

This commit is contained in:
Frederik Rietdijk 2016-01-24 13:55:59 +01:00
parent 9890ee7bc1
commit b69ff580e2

View file

@ -24233,6 +24233,8 @@ in modules // {
namePrefix = "";
disabled = (!isPy34);
buildInputs = with self; [ pytest ];
propagatedBuildInputs = with self ; [ aiodns slixmpp pyinotify potr ];
patches =