Add test deps
This commit is contained in:
parent
c2af0ab125
commit
e3c1662c18
@ -26,12 +26,14 @@ BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
# Needed for docs build
|
||||
BuildRequires: pyOpenSSL
|
||||
BuildRequires: python-crypto
|
||||
BuildRequires: python-django
|
||||
BuildRequires: python-flask
|
||||
BuildRequires: python2-gflags
|
||||
BuildRequires: python-httplib2 >= 0.9.1
|
||||
BuildRequires: python-keyring
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python2-pyasn1 >= 0.1.7
|
||||
BuildRequires: python2-pyasn1-modules >= 0.0.5
|
||||
BuildRequires: python-rsa >= 3.1.4
|
||||
@ -39,6 +41,8 @@ BuildRequires: python2-six >= 1.6.1
|
||||
BuildRequires: python-sphinx > 1.3
|
||||
BuildRequires: python-sphinx_rtd_theme
|
||||
BuildRequires: python-tox
|
||||
BuildRequires: python-unittest2
|
||||
BuildRequires: python-webtest
|
||||
%if %{with python3}
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-devel
|
||||
@ -135,7 +139,7 @@ popd
|
||||
%endif
|
||||
|
||||
%check
|
||||
tox --sitepackages -e py27
|
||||
tox -v --sitepackages -e py27
|
||||
|
||||
%if %{with python3}
|
||||
pushd %{py3dir}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user