changeset 5381:07e293730376

setup: reintroduce nosetests support that was removed in Pylons after 1.0.0 Use workaround from https://github.com/Pylons/pylons/issues/13 .
author Mads Kiilerich <madski@unity3d.com>
date Tue, 11 Aug 2015 12:39:07 +0200
parents a5a9ea76fa31
children 1baa286d001d
files setup.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Aug 11 12:39:07 2015 +0200
+++ b/setup.py	Tue Aug 11 12:39:07 2015 +0200
@@ -175,5 +175,8 @@
     upgrade-db=kallithea.lib.dbmigrate:UpgradeDb
     celeryd=kallithea.lib.celerypylons.commands:CeleryDaemonCommand
     install-iis=kallithea.lib.paster_commands.install_iis:Command
+
+    [nose.plugins]
+    pylons = pylons.test:PylonsPlugin
     """,
 )