From 410459c14d350d41aacf93f18055a3cc181c7c401c9cee819974617135c04097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 27 Apr 2015 07:26:50 +0000 Subject: [PATCH] Accepting request 304131 from home:Nijel:branches:devel:languages:python - Disable testsuite as this causes build cycle OBS-URL: https://build.opensuse.org/request/show/304131 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=75 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-setuptools.changes b/python-setuptools.changes index 8e24068..0b2a5c2 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 27 07:04:26 UTC 2015 - mcihar@suse.cz + +- Disable testsuite as this causes build cycle + ------------------------------------------------------------------- Wed Apr 22 09:45:17 UTC 2015 - tbechtold@suse.com diff --git a/python-setuptools.spec b/python-setuptools.spec index 1874999..615aa77 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -33,9 +33,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-xml # for tests -BuildRequires: python-mock -BuildRequires: python-pytest -BuildRequires: python-pytest-runner +#BuildRequires: python-mock +#BuildRequires: python-pytest +#BuildRequires: python-pytest-runner # needed for SLE Requires: python Requires: python-xml @@ -75,8 +75,9 @@ touch %{buildroot}%{_sysconfdir}/alternatives/easy_install ln -sf %{_sysconfdir}/alternatives/easy_install %{buildroot}/%{_bindir}/easy_install %check -export LANG="en_US.UTF-8" -python setup.py ptr --addopts='-rxs' +# Can not run testsuite as this introduces build cycle +#export LANG="en_US.UTF-8" +#python setup.py ptr --addopts='-rxs' %post update-alternatives \