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:
committed by
Git OBS Bridge
parent
6fd5cca1ee
commit
999d68e5b5
@@ -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
|
Sat Jul 7 17:08:25 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_with test
|
|
||||||
Name: python-pyte
|
Name: python-pyte
|
||||||
Version: 0.8.0
|
Version: 0.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -46,6 +45,8 @@ other DEC VTs between 1970 and 1995. pyte can be used to:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pyte-%{version}
|
%setup -q -n pyte-%{version}
|
||||||
|
# all fail as missing data files
|
||||||
|
rm tests/test_input_output.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@@ -53,10 +54,8 @@ other DEC VTs between 1970 and 1995. pyte can be used to:
|
|||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
%if %{with test}
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%python_exec setup.py test
|
||||||
%endif
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Reference in New Issue
Block a user