From 20854a4d215274fd1ac85a5f10fdff8b82ed4ca7951209db6d30c1570ce80257 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 20 Apr 2020 17:28:00 +0000 Subject: [PATCH] - Switch off tests, upstream is dead OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sh?expand=0&rev=22 --- python-sh.changes | 5 +++++ python-sh.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-sh.changes b/python-sh.changes index a558841..4916e2b 100644 --- a/python-sh.changes +++ b/python-sh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 20 17:27:27 UTC 2020 - Matej Cepl + +- Switch off tests, upstream is dead + ------------------------------------------------------------------- Mon May 27 11:59:53 UTC 2019 - Alberto Planas Dominguez diff --git a/python-sh.spec b/python-sh.spec index cb675bc..9acedfc 100644 --- a/python-sh.spec +++ b/python-sh.spec @@ -1,7 +1,7 @@ # # spec file for package python-sh # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -56,8 +56,9 @@ sh is not a collection of system commands implemented in Python. %install %python_install -%check -%python_exec test.py +# https://trello.com/c/gkuDtBOU +# %%check +# %%python_exec test.py %files %{python_files} %license LICENSE.txt