247N/A# The contents of this file are subject to the terms of the 247N/A# Common Development and Distribution License (the "License"). 247N/A# You may not use this file except in compliance with the License. 247N/A# See the License for the specific language governing permissions 247N/A# and limitations under the License. 247N/A# When distributing Covered Code, include this CDDL HEADER in each 247N/A# If applicable, add the following below this CDDL HEADER, with the 247N/A# fields enclosed by brackets "[]" replaced with your own identifying 247N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 3778N/A# Depends on logilab-common which is not Python 3 ready. 714N/A# There are several pylint documentation files that setup.py isn't installing 714N/A# but are present in the pylint package on other distributions. Copy them into 714N/A# the proto area "manually", so they can be included in the package. 1247N/A# The tests are run using python 2.7 only and require that 1247N/A# the python-27 package is installed (does not have to be the default python). 1247N/A# Testing using python-26 is done manually, since it requires 1247N/A# downloading and installing the unittest2 component (not part of Solaris), 1247N/A# which provides python 2.7 functionality to the unittest python library 1247N/A# Use the python 2.7 libraries for testing. 1247N/A# logilab-common and logilab-astng are runtime dependencies of pylint, 1247N/A# and we need to use their latest versions from this workspace. 1247N/A# We can't just add their install targets as dependencies here, 1247N/A# so just "gmake install" in the logilab-common and logilab-astng 1247N/A# component directories before running the pylint tests. 1247N/A# Run pytest-2.7 from logilab-common's proto area for now, until the 1247N/A# new version of logilab-common containing pytest is in CBE. 1247N/A# Expected failures for test target: 1247N/A# 799 test cases, 4 errors, 6 failures, 4 skipped 1247N/A# failures: smoketest [7/14], unittest_lint [3/21]