Skip to content

Commit

Permalink
test_runner seems to be unnecesary w/ current setuptools / distribute
Browse files Browse the repository at this point in the history
  • Loading branch information
maluke committed Nov 8, 2009
1 parent beca80d commit dd2a6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
include_package_data=True,
zip_safe=True,
test_suite='nose.collector',
test_runner = 'unittest:TextTestRunner',
#test_runner = 'unittest:TextTestRunner',
tests_require=['Tempita', 'WSGIProxy', 'WebTest', 'dtopt', 'nose',
'repoze.profile'],
)

0 comments on commit dd2a6d8

Please sign in to comment.