File python-oslotest.spec of Package python-oslotest

#
# spec file for package python-oslotest
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           python-oslotest
Version:        2.17.2
Release:        0
Summary:        OpenStack test framework
License:        Apache-2.0
Group:          Development/Languages/Python
URL:            https://launchpad.net/oslotest
Source0:        https://files.pythonhosted.org/packages/source/o/oslotest/oslotest-%{version}.tar.gz
BuildRequires:  openstack-macros
BuildRequires:  python-debtcollector
BuildRequires:  python-devel
BuildRequires:  python-fixtures
BuildRequires:  python-mock
BuildRequires:  python-mox3
BuildRequires:  python-pbr
BuildRequires:  python-python-subunit
BuildRequires:  python-six
BuildRequires:  python-testrepository
BuildRequires:  python-testtools
Requires:       python-debtcollector
Requires:       python-fixtures
Requires:       python-mock
Requires:       python-mox3
# NOTE: python-os-client-config is only needed for functional testing
# Requires:       python-os-client-config
Requires:       python-python-subunit
Requires:       python-six
Requires:       python-testrepository
Requires:       python-testtools
BuildArch:      noarch

%description
The Oslo Test framework provides common fixtures, support for debugging, and
better support for mocking results.

%prep
%autosetup -n oslotest-%{version}
%py_req_cleanup

%build
%{py2_build}

%install
%{py2_install}

%check
%{__python2} setup.py test

%files
%license LICENSE
%doc ChangeLog README.rst
%{_bindir}/oslo_debug_helper
%{_bindir}/oslo_run_cross_tests
%{_bindir}/oslo_run_pre_release_tests
%{python2_sitelib}/oslotest
%{python2_sitelib}/oslotest*egg-info

%changelog
openSUSE Build Service is sponsored by