summaryrefslogtreecommitdiffstats
path: root/python-di.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-di.spec')
-rw-r--r--python-di.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-di.spec b/python-di.spec
index f8d74c9..a5034d5 100644
--- a/python-di.spec
+++ b/python-di.spec
@@ -18,7 +18,7 @@ URL: http://fedorapeople.org/cgit/msivak/public_git/python-di.git/
Source0: http://pypi.python.org/packages/source/d/di/di-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-#BuildRequires:
+BuildRequires: python-nose
#Requires:
BuildArch: noarch
@@ -40,7 +40,7 @@ It is intended to be used in unit testing environments.
rm -rf ${buildroot}%{python_sitelib}/setuptools/tests
%check
-%{__python} setup.py test
+%{__python} setup.py nosetests
%clean
rm -rf $RPM_BUILD_ROOT