[python-dateutil] Add %check

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Sat Feb 21 23:34:18 UTC 2015


commit 359d70f19ee0f9cb041526119ad040e1780ed797
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Wed Jan 21 13:25:50 2015 -0500

    Add %check

 python-dateutil.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/python-dateutil.spec b/python-dateutil.spec
index e89252d..8b9a50c 100644
--- a/python-dateutil.spec
+++ b/python-dateutil.spec
@@ -44,6 +44,9 @@ make -C docs html
 %install
 %{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
+%check
+%{__python2} setup.py test
+
 %files
 %license LICENSE
 %doc NEWS README.rst


More information about the scm-commits mailing list