From 999d68e5b519263b29ee2b02071d802e6e27ac7b2a5a7dbe332da10ffd178cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 8 Jul 2018 16:43:00 +0000 Subject: [PATCH] - Enable tests unconditionaly OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=10 --- python-pyte.changes | 5 +++++ python-pyte.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-pyte.changes b/python-pyte.changes index 4768c50..fdf1841 100644 --- a/python-pyte.changes +++ b/python-pyte.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 8 16:42:49 UTC 2018 - tchvatal@suse.com + +- Enable tests unconditionaly + ------------------------------------------------------------------- Sat Jul 7 17:08:25 UTC 2018 - arun@gmx.de diff --git a/python-pyte.spec b/python-pyte.spec index 057e79c..7eb6c27 100644 --- a/python-pyte.spec +++ b/python-pyte.spec @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_with test Name: python-pyte Version: 0.8.0 Release: 0 @@ -46,6 +45,8 @@ other DEC VTs between 1970 and 1995. pyte can be used to: %prep %setup -q -n pyte-%{version} +# all fail as missing data files +rm tests/test_input_output.py %build %python_build @@ -53,10 +54,8 @@ other DEC VTs between 1970 and 1995. pyte can be used to: %install %python_install -%if %{with test} %check %python_exec setup.py test -%endif %files %{python_files} %license LICENSE