components/python/nose/Makefile
changeset 6909 6f3076f8d9bf
parent 6654 a3b1647d89be
child 7687 1093e2a9adbd
equal deleted inserted replaced
6906:a6c8d3c7b8bf 6909:6f3076f8d9bf
    41 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 
    43 
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    45 
    45 
    46 $(SOURCE_DIR)/.prep:	PYTHON_VERSION=3.4
    46 # nose ships the tests in Python 2 syntax, and uses setup.py build_tests
       
    47 # to convert them to Python 3 syntax, but doing so requires running Python 3.
       
    48 $(UNPACK_STAMP):	PYTHON_VERSION=3.4
    47 
    49 
    48 COMPONENT_TEST_DIR =	$(SOURCE_DIR)
    50 COMPONENT_TEST_DIR =	$(SOURCE_DIR)
    49 COMPONENT_TEST_ARGS =	selftest.py
    51 COMPONENT_TEST_ARGS =	selftest.py
    50 
    52 
    51 # Used to automatically run the Python 2.6 nose tests even though there was
    53 # Used to automatically run the Python 2.6 nose tests even though there was