Fix the test running procedure
This commit is contained in:
parent
fca6ed0b49
commit
e57a4e3b8d
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: python-pymongo
|
Name: python-pymongo
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Python driver for MongoDB
|
Summary: Python driver for MongoDB
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -234,11 +234,13 @@ exclude+='|^test_use_greenlets$'
|
|||||||
exclude+='|^test_with_start_request$'
|
exclude+='|^test_with_start_request$'
|
||||||
exclude+=')'
|
exclude+=')'
|
||||||
pushd test
|
pushd test
|
||||||
truncate --size=0 __init__.py
|
|
||||||
nosetests --exclude="$exclude"
|
nosetests --exclude="$exclude"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 24 2013 Andrew McNabb <amcnabb@mcnabbs.org> - 2.5-3
|
||||||
- Exclude tests in pymongo 2.5 that depend on MongoDB
|
- Exclude tests in pymongo 2.5 that depend on MongoDB
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user