[python-redis] Pull in pytest for the unit tests

Luke Macken lmacken at fedoraproject.org
Sat Jul 27 20:12:06 UTC 2013


commit 9073cb1c0841375eeae7498340a7fc8353008396
Author: Luke Macken <lmacken at redhat.com>
Date:   Sat Jul 27 15:57:09 2013 -0400

    Pull in pytest for the unit tests

 python-redis.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/python-redis.spec b/python-redis.spec
index 6f00bda..8801738 100644
--- a/python-redis.spec
+++ b/python-redis.spec
@@ -16,11 +16,13 @@ Source0:        http://pypi.python.org/packages/source/r/redis/redis-%{version}.
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-py
+BuildRequires:  pytest
 
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-py
+BuildRequires:  python3-pytest
 %endif
 
 %description


More information about the scm-commits mailing list