# HG changeset patch # User Drew Fisher # Date 1414420632 21600 # Node ID 18fe41d545d1755f9c5b18a709e0a6c212254931 # Parent b7344f27cbbc0fc569ac1e47e2be2fb5e34f7011 19888859 six should enable its tests now. diff -r b7344f27cbbc -r 18fe41d545d1 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)