# HG changeset patch # User Mads Kiilerich # Date 2015-08-11 12:39:07 # Node ID 07e293730376d83df2a6adb13eda5b66081002d1 # Parent a5a9ea76fa3173f639a439d921202ddeb2a06cc9 setup: reintroduce nosetests support that was removed in Pylons after 1.0.0 Use workaround from https://github.com/Pylons/pylons/issues/13 . diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -175,5 +175,8 @@ setup( 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 """, )