# HG changeset patch # User adustman # Date 1236528136 0 # Node ID 8506ded95181228c7a850be87ec3c552c0e8c588 # Parent c9fd1a7932f416e1fbc5742e94640296757fd336 Move the test_suite config to where it belongs diff -r c9fd1a7932f4 -r 8506ded95181 setup.cfg --- a/setup.cfg Thu Mar 05 20:00:51 2009 +0000 +++ b/setup.cfg Sun Mar 08 16:02:16 2009 +0000 @@ -1,3 +1,6 @@ +[test] +test_suite = nose.collector + [build_ext] ## Only uncomment/set these if the default configuration doesn't work ## Also see http://docs.python.org/dist/setup-config.html diff -r c9fd1a7932f4 -r 8506ded95181 setup.py --- a/setup.py Thu Mar 05 20:00:51 2009 +0000 +++ b/setup.py Sun Mar 08 16:02:16 2009 +0000 @@ -22,5 +22,4 @@ **options), ] metadata['long_description'] = metadata['long_description'].replace(r'\n', '') -metadata['test_suite'] = 'nose.collector' setup(**metadata)