19888859 six should enable its tests now.
--- 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)