svn commit: r480277 - head/devel/py-pytest-helpers-namespace

Matthew Seaman matthew at FreeBSD.org
Fri Sep 21 15:14:56 UTC 2018


Author: matthew
Date: Fri Sep 21 15:14:55 2018
New Revision: 480277
URL: https://svnweb.freebsd.org/changeset/ports/480277

Log:
  tox considered harmful when used in conjunction with poudriere.  Plus
  the pypi distfile for this module has had all of the test code
  stripped out of it, so actually running the tests is a mite tricky.

Modified:
  head/devel/py-pytest-helpers-namespace/Makefile

Modified: head/devel/py-pytest-helpers-namespace/Makefile
==============================================================================
--- head/devel/py-pytest-helpers-namespace/Makefile	Fri Sep 21 15:11:39 2018	(r480276)
+++ head/devel/py-pytest-helpers-namespace/Makefile	Fri Sep 21 15:14:55 2018	(r480277)
@@ -20,7 +20,9 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-do-test:
-	@cd ${WRKSRC} && ${LOCALBASE}/bin/tox-${PYTHON_VER}
+# pypi tarball does not contain any of the test code?
+
+#do-test:
+#	@cd ${WRKSRC} && ${LOCALBASE}/bin/pytest-${PYTHON_VER} tests
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list