提交 e4af4be4 编写于 作者: C Cleber Rosa

Project infrastructure removal of flexmock

This commit revomes flexmock from the various requirements file, from
the RPM SPEC file.  Starting here, it's officially no longer an
Avocado dependency.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 3f4140a6
......@@ -29,7 +29,7 @@
Summary: Framework with tools and libraries for Automated Testing
Name: python-%{srcname}
Version: 54.1
Release: 1%{?gitrel}%{?dist}
Release: 2%{?gitrel}%{?dist}
License: GPLv2
Group: Development/Tools
URL: http://avocado-framework.github.io/
......@@ -43,7 +43,6 @@ BuildRequires: fabric
BuildRequires: procps-ng
BuildRequires: pystache
BuildRequires: python-docutils
BuildRequires: python-flexmock
BuildRequires: python-lxml
BuildRequires: python-mock
BuildRequires: python-psutil
......@@ -370,6 +369,10 @@ examples of how to write tests on your own.
%{_datadir}/avocado/yaml_to_mux_loader
%changelog
* Wed Oct 4 2017 Cleber Rosa <cleber@redhat.com> - 54.1-2
- Remove python-flexmock requirement
* Wed Oct 4 2017 Cleber Rosa <cleber@redhat.com> - 54.1-1
- Add explicit BuildRequires for python-six
......
......@@ -3,8 +3,6 @@
setuptools>=18.0.0
# sphinx (doc build test)
Sphinx>=1.3b1
# flexmock (some unittests use it)
flexmock>=0.9.7
# inspektor (static and style checks)
inspektor>=0.4.5
# mock (some unittests use it)
......
# All pip installable requirements pinned for Travis CI
fabric==1.11.1
Sphinx==1.3b1
flexmock==0.9.7
inspektor==0.4.5
pep8==1.6.2
requests==1.2.3
......
......@@ -393,7 +393,6 @@ aexpect
remoter's
isinstance
dkrcmd
flexmock
lockfile
urlparse
cpus
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册