add more BR so more tests run in koji
This commit is contained in:
parent
c8e13245f6
commit
6c9e0b2b49
13
ipython.spec
13
ipython.spec
@ -26,12 +26,18 @@ BuildRequires: python-simplegeneric
|
|||||||
%if %{run_testsuite}
|
%if %{run_testsuite}
|
||||||
# for checking/testing
|
# for checking/testing
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
BuildRequires: python-zmq
|
|
||||||
BuildRequires: python-zmq-tests
|
|
||||||
BuildRequires: pexpect
|
|
||||||
BuildRequires: python-mglob
|
BuildRequires: python-mglob
|
||||||
BuildRequires: python-simplegeneric
|
BuildRequires: python-simplegeneric
|
||||||
BuildRequires: pyparsing
|
BuildRequires: pyparsing
|
||||||
|
# "Tools and libraries available at test time:"
|
||||||
|
BuildRequires: python-zmq
|
||||||
|
BuildRequires: python-zmq-tests
|
||||||
|
BuildRequires: pexpect
|
||||||
|
BuildRequires: python-matplotlib
|
||||||
|
BuildRequires: pymongo
|
||||||
|
BuildRequires: PyQt4
|
||||||
|
# for frontend
|
||||||
|
BuildRequires: python-pygments
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: python-zmq
|
Requires: python-zmq
|
||||||
@ -139,6 +145,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%if %{run_testsuite}
|
%if %{run_testsuite}
|
||||||
%check
|
%check
|
||||||
|
# TODO no ipython in path in koji
|
||||||
PYTHONPATH=%{buildroot}%{python_sitelib} %{buildroot}%{_bindir}/iptest || echo "some tests failed, continue..."
|
PYTHONPATH=%{buildroot}%{python_sitelib} %{buildroot}%{_bindir}/iptest || echo "some tests failed, continue..."
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user