[python-pymongo] Fix the test running procedure

Andrew McNabb amcnabb at fedoraproject.org
Wed Apr 24 20:13:01 UTC 2013


commit e57a4e3b8d7629ee08fd5a7257cd46a5dd52b230
Author: Andrew McNabb <amcnabb at mcnabbs.org>
Date:   Wed Apr 24 14:12:51 2013 -0600

    Fix the test running procedure

 python-pymongo.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-pymongo.spec b/python-pymongo.spec
index 4b25b80..32154e6 100644
--- a/python-pymongo.spec
+++ b/python-pymongo.spec
@@ -12,7 +12,7 @@
 
 Name:           python-pymongo
 Version:        2.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Python driver for MongoDB
 
 Group:          Development/Languages
@@ -234,11 +234,13 @@ exclude+='|^test_use_greenlets$'
 exclude+='|^test_with_start_request$'
 exclude+=')'
 pushd test
-truncate --size=0 __init__.py
 nosetests --exclude="$exclude"
 popd
 
 %changelog
+* Wed Apr 24 2013 Andrew McNabb <amcnabb at mcnabbs.org> - 2.5-4
+- Fix the test running procedure
+
 * Wed Apr 24 2013 Andrew McNabb <amcnabb at mcnabbs.org> - 2.5-3
 - Exclude tests in pymongo 2.5 that depend on MongoDB
 


More information about the scm-commits mailing list