19888859 six should enable its tests now.
authorDrew Fisher <drew.fisher@oracle.com>
Mon, 27 Oct 2014 08:37:12 -0600
changeset 2172 18fe41d545d1
parent 2171 b7344f27cbbc
child 2173 7a603396ef39
19888859 six should enable its tests now.
components/python/six/Makefile
--- a/components/python/six/Makefile	Thu Oct 02 01:28:05 2014 -0700
+++ b/components/python/six/Makefile	Mon Oct 27 08:37:12 2014 -0600
@@ -42,14 +42,14 @@
 
 COMPONENT_TEST_DIR =    $(SOURCE_DIR)
 COMPONENT_TEST_ARGS =   test_six.py
+COMPONENT_TEST_CMD =	py.test-$(PYTHON_VERSION)
 
 # common targets
 build:		$(BUILD_NO_ARCH)
 
 install:	$(INSTALL_NO_ARCH)
 
-# Tests require the py Python module which hasn't been integrated yet.
-test:		$(NO_TESTS)
+test:		$(TEST_NO_ARCH)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)