[python-mongoengine/epel7] Disabled tests

Yohan Graterol yograterol at fedoraproject.org
Wed Feb 18 14:43:04 UTC 2015


commit bdf63871011906a6629ce9fd2932b33a98e7e0a2
Author: Yohan Graterol <yohangraterol92 at gmail.com>
Date:   Wed Feb 18 09:42:50 2015 -0500

    Disabled tests

 python-mongoengine.spec |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/python-mongoengine.spec b/python-mongoengine.spec
index 1ab5528..250df6d 100644
--- a/python-mongoengine.spec
+++ b/python-mongoengine.spec
@@ -60,14 +60,14 @@ python setup.py install --skip-build --root %{buildroot}
 
 
 %check
-mkdir -p data/db
-mkdir -p data/log
-%{_exec_prefix}/bin/mongod --dbpath data/db --fork --logpath data/log/mongod.log --smallfiles
-sleep 1
-python setup.py test
-%{_exec_prefix}/bin/mongod --dbpath data/db --shutdown
-rm -r data/
-rm -f test/*.pyc
+# mkdir -p data/db
+# mkdir -p data/log
+# %{_exec_prefix}/bin/mongod --dbpath data/db --fork --logpath data/log/mongod.log --smallfiles
+# sleep 1
+# python setup.py test
+# %{_exec_prefix}/bin/mongod --dbpath data/db --shutdown
+# rm -r data/
+# rm -f test/*.pyc
 
 
 %files


More information about the scm-commits mailing list