buildframework/helium/external/python/bin/nosetests-script.py
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
--- a/buildframework/helium/external/python/bin/nosetests-script.py	Wed Oct 28 14:39:48 2009 +0000
+++ b/buildframework/helium/external/python/bin/nosetests-script.py	Wed Dec 23 19:29:07 2009 +0200
@@ -5,5 +5,5 @@
 from pkg_resources import load_entry_point
 
 sys.exit(
-   load_entry_point('nose==0.10.4', 'console_scripts', 'nosetests')()
+   load_entry_point('nose==0.11.1', 'console_scripts', 'nosetests')()
 )