components/python/netaddr/Makefile
changeset 4339 6501cf9c29f9
parent 3998 5bd484384122
child 4984 7145b15b7f0d
--- a/components/python/netaddr/Makefile	Thu May 21 08:56:12 2015 -0700
+++ b/components/python/netaddr/Makefile	Thu May 21 13:48:49 2015 -0700
@@ -72,6 +72,8 @@
 
 test:		$(TEST_NO_ARCH)
 
+system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
+
 
 REQUIRED_PACKAGES += library/python/ipython-26
 REQUIRED_PACKAGES += library/python/ipython-27