From 38cd82f52475aaed5c01b5fcba178abd412b4f11b3713ec3e3aeebe37c44b4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 30 Aug 2018 08:34:56 +0000 Subject: [PATCH] - Disable test_code_file as it randomly fails in OBS OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydicom?expand=0&rev=8 --- python-pydicom.changes | 5 +++++ python-pydicom.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pydicom.changes b/python-pydicom.changes index f88f122..efcaad7 100644 --- a/python-pydicom.changes +++ b/python-pydicom.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 30 08:34:34 UTC 2018 - Tomáš Chvátal + +- Disable test_code_file as it randomly fails in OBS + ------------------------------------------------------------------- Wed Aug 29 12:04:20 UTC 2018 - tchvatal@suse.com diff --git a/python-pydicom.spec b/python-pydicom.spec index c8bf57d..8f635d1 100644 --- a/python-pydicom.spec +++ b/python-pydicom.spec @@ -60,8 +60,9 @@ and radiotherapy objects. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# test_code_file - randomly fails in OBS export LANG=en_US.UTF-8 -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} pydicom/tests +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} pydicom/tests -k 'not test_code_file' %files %{python_files} %license LICENSE