summaryrefslogtreecommitdiffstats
path: root/python-di.spec
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2012-11-26 14:22:37 +0100
committerMartin Sivak <msivak@redhat.com>2012-11-26 14:22:37 +0100
commit7ce2995ee6cab68d1f171b4d050ffb543185def3 (patch)
treee26fd98a77f7ff5c52066984e8d43c63d6213c0c /python-di.spec
parent402715358322359b43b90a460ea43cce35a0122f (diff)
downloadpython-di-7ce2995ee6cab68d1f171b4d050ffb543185def3.tar.gz
python-di-7ce2995ee6cab68d1f171b4d050ffb543185def3.tar.xz
python-di-7ce2995ee6cab68d1f171b4d050ffb543185def3.zip
SPEC file cleanup and move to nosetests
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