Description: set verbosity=0 to avoid the error "--verbosity option requires an argument"
Index: python-networkx-1.6/setup.cfg
===================================================================
--- python-networkx-1.6.orig/setup.cfg	2011-09-10 01:11:32.000000000 +0200
+++ python-networkx-1.6/setup.cfg	2011-12-26 13:28:13.070098294 +0100
@@ -1,5 +1,5 @@
 [nosetests]
-verbosity=1
+verbosity=0
 detailed-errors=1
 with-doctest=1
 doctest-extension=txt
