components/python/pep8/Makefile
changeset 4339 6501cf9c29f9
parent 4107 fc74767e62e5
child 4588 913c846a2d69
--- a/components/python/pep8/Makefile	Thu May 21 08:56:12 2015 -0700
+++ b/components/python/pep8/Makefile	Thu May 21 13:48:49 2015 -0700
@@ -73,6 +73,8 @@
 
 test:		$(TEST_NO_ARCH)
 
+system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
+
 
 REQUIRED_PACKAGES += library/python/setuptools-26
 REQUIRED_PACKAGES += library/python/setuptools-27