components/python/pytest-cov/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
--- a/components/python/pytest-cov/Makefile	Thu Feb 12 10:14:29 2015 -0800
+++ b/components/python/pytest-cov/Makefile	Fri Feb 06 16:51:20 2015 -0800
@@ -34,6 +34,11 @@
 
 TPNO=			14503
 
+# pytest-cov itself is Python 3 ready (builds & publishes cleanly with usual
+# changes applied) but it depends on cov-core which depends on coverage which
+# needs to be upgraded.  Thus, skip Python 3 until then.
+PYTHON_VERSIONS=	2.7 2.6
+
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk