forked from pool/python-zope.testbrowser
- More on testing
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testbrowser?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
f4cfd3033e
commit
876efcd2ff
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 25 09:00:12 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- More on testing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 15 13:40:57 UTC 2013 - speilicke@suse.com
|
Fri Mar 15 13:40:57 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -13,21 +13,23 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-zope.testbrowser
|
Name: python-zope.testbrowser
|
||||||
Version: 4.0.2
|
Version: 4.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: ZPL-2.1
|
|
||||||
Summary: Programmable browser for functional black-box tests
|
Summary: Programmable browser for functional black-box tests
|
||||||
Url: http://pypi.python.org/pypi/zope.testbrowser
|
License: ZPL-2.1
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://pypi.python.org/pypi/zope.testbrowser
|
||||||
Source: http://pypi.python.org/packages/source/z/zope.testbrowser/zope.testbrowser-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/z/zope.testbrowser/zope.testbrowser-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
# Test requirements:
|
# Test requirements:
|
||||||
#BuildRequires: python-mechanize
|
#BuildRequires: python-mechanize
|
||||||
#BuildRequires: python-pytz
|
#BuildRequires: python-pytz
|
||||||
|
#BuildRequires: python-xml
|
||||||
#BuildRequires: python-zope.interface
|
#BuildRequires: python-zope.interface
|
||||||
#BuildRequires: python-zope.schema
|
#BuildRequires: python-zope.schema
|
||||||
#BuildRequires: python-zope.testing
|
#BuildRequires: python-zope.testing
|
||||||
@@ -58,7 +60,7 @@ python setup.py build
|
|||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
#NOTE(saschpe): Check broken test imports
|
#NOTE(saschpe): Check broken doctests:
|
||||||
#%%check
|
#%%check
|
||||||
#python setup.py test
|
#python setup.py test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user