Take copy of refs when invoking determine_wants callback.
[jelmer/dulwich.git] / setup.py
index 33050642a895d1ff8593bebdd328fc9170398eaf..f436c9ca55ea3c066ca493a1d90bb3086bf59448 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ if sys.platform == 'darwin' and os.path.exists('/usr/bin/xcodebuild'):
 setup_kwargs = {}
 
 if has_setuptools:
-    setup_kwargs['test_suite'] = 'dulwich.tests'
+    setup_kwargs['test_suite'] = 'dulwich.tests.test_suite'
 
 setup(name='dulwich',
       description='Python Git Library',