Fix the test running procedure

This commit is contained in:
Andrew McNabb 2013-04-24 14:12:51 -06:00
parent fca6ed0b49
commit e57a4e3b8d

View File

@ -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@mcnabbs.org> - 2.5-4
- Fix the test running procedure
* Wed Apr 24 2013 Andrew McNabb <amcnabb@mcnabbs.org> - 2.5-3
- Exclude tests in pymongo 2.5 that depend on MongoDB