14
0
forked from pool/python-pyte

- Enable tests unconditionaly

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2018-07-08 16:43:00 +00:00
committed by Git OBS Bridge
parent 6fd5cca1ee
commit 999d68e5b5
2 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -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