From 9073cb1c0841375eeae7498340a7fc8353008396 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sat, 27 Jul 2013 15:57:09 -0400 Subject: [PATCH] Pull in pytest for the unit tests --- python-redis.spec | 2 ++ 1 file changed, 2 insertions(+) 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