#280: websearch: make .fr tests dependent on having .fr configured
------------------------+----------------------
Reporter: jblayloc | Owner: adeiana
Type: defect | Status: assigned
Priority: minor | Milestone: v1.0
Component: WebSearch | Version:
Resolution: | Keywords: Invenio
------------------------+----------------------
Changes (by simko):
* status: in_merge => assigned
Comment:
The `@unittest.skipUnless` decorator is available since Python-2.7 only,
while the minimal targeted version of Python in Invenio is still
Python-2.4. (This is native Python version on RHEL5.) This means that for
the time being, all Invenio developments must be Python-2.4 compatible.
Can you please amend the branch e.g. to use plain "if"s? Thanks.
P.S. In the coming months, the minimal required Python version will be
upped to Python-2.6 as per RHEL6.
--
Ticket URL: <http://invenio-software.org/ticket/280#comment:6>
Invenio <http://invenio-software.org>