components/python/nose/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Mon, 22 Aug 2016 06:49:37 -0700
changeset 6654 a3b1647d89be
parent 4984 7145b15b7f0d
child 6909 6f3076f8d9bf
permissions -rw-r--r--
23210058 Upgrade nose to 1.3.7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
6654
a3b1647d89be 23210058 Upgrade nose to 1.3.7
Rich Burridge <rich.burridge@oracle.com>
parents: 4984
diff changeset
    23
# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		nose
6654
a3b1647d89be 23210058 Upgrade nose to 1.3.7
Rich Burridge <rich.burridge@oracle.com>
parents: 4984
diff changeset
    29
COMPONENT_VERSION=	1.3.7
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
1247
6b8e3d1edadd 16433531 - Update Nose to 1.2.1
Rich Burridge <rich.burridge@oracle.com>
parents: 1071
diff changeset
    31
COMPONENT_PROJECT_URL=  https://github.com/nose-devs/nose
724
2168b2449dc8 7098136 Integrate python-nose into Userland (fix 2.7 package, use more cache-friendly source link)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 721
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 793
diff changeset
    33
COMPONENT_ARCHIVE_HASH=	\
6654
a3b1647d89be 23210058 Upgrade nose to 1.3.7
Rich Burridge <rich.burridge@oracle.com>
parents: 4984
diff changeset
    34
    sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
4080
8aac22d3e66a 20836594 Update Python nose to version 1.3.6
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    35
COMPONENT_ARCHIVE_URL=	https://pypi.python.org/packages/source/n/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
1071
cc3ecf7b3dec 15959394 Several Userland components are using the wrong BugDB cat/subcat.
Rich Burridge <rich.burridge@oracle.com>
parents: 1058
diff changeset
    36
COMPONENT_BUGDB=	python-mod/nose
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
6654
a3b1647d89be 23210058 Upgrade nose to 1.3.7
Rich Burridge <rich.burridge@oracle.com>
parents: 4984
diff changeset
    38
TPNO=			31169
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    39
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3752
diff changeset
    40
include $(WS_MAKE_RULES)/prep.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3752
diff changeset
    41
include $(WS_MAKE_RULES)/setup.py.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3752
diff changeset
    42
include $(WS_MAKE_RULES)/ips.mk
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1310
diff changeset
    44
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1310
diff changeset
    45
4139
c8cbf22116ed 20667589 gmake prep fails in components/python/nose
Rich Burridge <rich.burridge@oracle.com>
parents: 4080
diff changeset
    46
$(SOURCE_DIR)/.prep:	PYTHON_VERSION=3.4
c8cbf22116ed 20667589 gmake prep fails in components/python/nose
Rich Burridge <rich.burridge@oracle.com>
parents: 4080
diff changeset
    47
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    48
COMPONENT_TEST_DIR =	$(SOURCE_DIR)
2026
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    49
COMPONENT_TEST_ARGS =	selftest.py
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    50
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    51
# Used to automatically run the Python 2.6 nose tests even though there was
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    52
# an error found when running one of the Python 2.7 ones.
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    53
COMPONENT_TEST_ARGS +=	|| true
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    54
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    55
# Save an original copy of the test script to be able to edit it correctly
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    56
# for each version of Python and build the tests once.
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    57
COMPONENT_POST_UNPACK_ACTION += \
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    58
	($(CP) $(SOURCE_DIR)/selftest.py $(SOURCE_DIR)/selftest.py.orig ; \
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    59
	cd $(COMPONENT_TEST_DIR); $(COMPONENT_TEST_ENV_CMD) \
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    60
                $(COMPONENT_TEST_ENV) \
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    61
                $(COMPONENT_TEST_CMD) setup.py build_tests)
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    62
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    63
# We need to adjust the script that is used to run the tests, to pick the
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    64
# appropriate nose in the proto area depending upon which version of Python
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    65
# we are running the tests against.
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    66
COMPONENT_PRE_TEST_ACTION = \
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    67
	$(GSED) -e "s|'build', 'lib\*'|'..', 'build', 'prototype', '$(MACH)', 'usr', 'lib', 'python$(PYTHON_VERSION)', 'vendor-packages\*'|" \
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    68
		$(SOURCE_DIR)/selftest.py.orig > $(SOURCE_DIR)/selftest.py
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    69
3752
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    70
# The test output can contain non-deterministic results because "chances are
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    71
# you will experience odd, intermittent and unexplainable failures and errors"
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    72
# when using the multiprocess plug. See:
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    73
# http://nose.readthedocs.org/en/latest/plugins/multiprocess.html
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    74
# CR #20470423 has been filed to investigate these failures.
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    75
#
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    76
# Because of this we use nawk to just extract lines starting with:
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    77
# ERROR: ...
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    78
# Ran 3XX tests in ...
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    79
# FAILED ...
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    80
# OK
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    81
# stripping out the random portions (like time to complete the tests).
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    82
COMPONENT_TEST_TRANSFORMER =	$(NAWK)
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    83
COMPONENT_TEST_TRANSFORMS = "'/^ERROR: / { print }; /^Ran / { sub(\" tests in .+s\", \" tests in\"); print }; /^FAILED / { print }; /^OK / { print };'"
a1cd93fa2e49 20495821 [REDUX] NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3735
diff changeset
    84
4584
a5e61533b5ac 21357642 Hookup system-tests for nose
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    85
COMPONENT_SYSTEM_TEST_DIR =	$(SOURCE_DIR)
a5e61533b5ac 21357642 Hookup system-tests for nose
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    86
COMPONENT_SYSTEM_TEST_ENV =
a5e61533b5ac 21357642 Hookup system-tests for nose
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    87
COMPONENT_SYSTEM_TEST_ARGS =	selftest.py
a5e61533b5ac 21357642 Hookup system-tests for nose
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    88
1310
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1247
diff changeset
    89
build:		$(BUILD_NO_ARCH)
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
1310
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1247
diff changeset
    91
install:	$(INSTALL_NO_ARCH)
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
4080
8aac22d3e66a 20836594 Update Python nose to version 1.3.6
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    93
test:		$(TEST_NO_ARCH)
8aac22d3e66a 20836594 Update Python nose to version 1.3.6
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    94
4584
a5e61533b5ac 21357642 Hookup system-tests for nose
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    95
system-test:    $(SYSTEM_TEST_NO_ARCH)
4339
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 4139
diff changeset
    96
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3752
diff changeset
    97
REQUIRED_PACKAGES += library/python/setuptools-27
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3752
diff changeset
    98
REQUIRED_PACKAGES += library/python/setuptools-34