Accepting request 815739 from Cloud:Tools

- Disable testing to aid elimination of unittest2 in Factory

OBS-URL: https://build.opensuse.org/request/show/815739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2020-06-21 16:52:06 +00:00 committed by Git OBS Bridge
commit d174a8cd19
2 changed files with 17 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 18 12:11:49 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
- Disable testing to aid elimination of unittest2 in Factory
-------------------------------------------------------------------
Wed May 20 11:23:04 UTC 2020 - Martin Loviska <mloviska@suse.com>

View File

@ -67,7 +67,7 @@ BuildRequires: python3-mock
BuildRequires: python3-nose
BuildRequires: python3-oauthlib
BuildRequires: python3-requests
BuildRequires: python3-testtools
#BuildRequires: python3-testtools
%else
BuildRequires: python-devel
BuildRequires: python-Jinja2
@ -203,17 +203,17 @@ python3 setup.py build
%endif
%if 0%{?suse_version} > 1320
%check
# these tests are currently failing due to suse patches
rm -v tests/unittests/test_distros/test_netconfig.py
rm -v tests/unittests/test_net.py
# Ignore test failure currently not doing anything with opennebula
rm -v tests/unittests/test_datasource/test_opennebula.py
# To be investigated
rm -v tests/unittests/test_handler/test_handler_ntp.py
make test
%endif
#%if 0%{?suse_version} > 1320
#%check
## these tests are currently failing due to suse patches
#rm -v tests/unittests/test_distros/test_netconfig.py
#rm -v tests/unittests/test_net.py
## Ignore test failure currently not doing anything with opennebula
#rm -v tests/unittests/test_datasource/test_opennebula.py
## To be investigated
#rm -v tests/unittests/test_handler/test_handler_ntp.py
#make test
#%endif
%install