diff --git a/python-extras.spec b/python-extras.spec index 54808ae..83d119b 100644 --- a/python-extras.spec +++ b/python-extras.spec @@ -14,11 +14,9 @@ Source0: https://pypi.python.org/packages/source/e/extras/extras-%{versio BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools -BuildRequires: python-testtools %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-testtools %endif %description @@ -74,16 +72,6 @@ popd %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -%check -%{__python} setup.py test - -%if 0%{?with_python3} -pushd %{py3dir} -%{__python3} setup.py test -popd -%endif # with_python3 - - %files %doc LICENSE NEWS README.rst