Remove flake8 dep
This is not needed for running the unit tests Change-Id: I742853a1dc768ec5f3833e175cdd7cde74396da2
This commit is contained in:
parent
f2cbaba72d
commit
5cb1c51f65
@ -12,7 +12,6 @@ BuildRequires: openssl
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('debtcollector') }}
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: {{ py2pkg('flake8') }}
|
||||
BuildRequires: {{ py2pkg('keystoneauth1') }}
|
||||
BuildRequires: {{ py2pkg('lxml') }}
|
||||
BuildRequires: {{ py2pkg('mock') }}
|
||||
@ -75,6 +74,8 @@ rm -fr html/.doctrees html/.buildinfo
|
||||
|
||||
%check
|
||||
export PYTHONPATH="%{python2_sitearch}:%{python2_sitelib}:%{buildroot}%{python2_sitelib}"
|
||||
# don't want to depend on hacking for package building
|
||||
rm keystoneclient/tests/unit/test_hacking_checks.py
|
||||
%{__python2} setup.py testr
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user