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:
commit
d174a8cd19
@ -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>
|
Wed May 20 11:23:04 UTC 2020 - Martin Loviska <mloviska@suse.com>
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ BuildRequires: python3-mock
|
|||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
BuildRequires: python3-oauthlib
|
BuildRequires: python3-oauthlib
|
||||||
BuildRequires: python3-requests
|
BuildRequires: python3-requests
|
||||||
BuildRequires: python3-testtools
|
#BuildRequires: python3-testtools
|
||||||
%else
|
%else
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-Jinja2
|
BuildRequires: python-Jinja2
|
||||||
@ -203,17 +203,17 @@ python3 setup.py build
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1320
|
#%if 0%{?suse_version} > 1320
|
||||||
%check
|
#%check
|
||||||
# these tests are currently failing due to suse patches
|
## these tests are currently failing due to suse patches
|
||||||
rm -v tests/unittests/test_distros/test_netconfig.py
|
#rm -v tests/unittests/test_distros/test_netconfig.py
|
||||||
rm -v tests/unittests/test_net.py
|
#rm -v tests/unittests/test_net.py
|
||||||
# Ignore test failure currently not doing anything with opennebula
|
## Ignore test failure currently not doing anything with opennebula
|
||||||
rm -v tests/unittests/test_datasource/test_opennebula.py
|
#rm -v tests/unittests/test_datasource/test_opennebula.py
|
||||||
# To be investigated
|
## To be investigated
|
||||||
rm -v tests/unittests/test_handler/test_handler_ntp.py
|
#rm -v tests/unittests/test_handler/test_handler_ntp.py
|
||||||
make test
|
#make test
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user